Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::HooksConfig Struct Reference

Hooks are a collection of actions to perform at various container lifecycle events. More...

#include <hooks-config.hpp>

Public Attributes

std::vector< HookConfigprestart
 list of hooks to be run before the container process is executed More...
 
std::vector< HookConfigpoststart
 list of hooks to be run immediately after the container process is started More...
 
std::vector< HookConfigpoststop
 list of hooks to be run after the container process exits More...
 

Detailed Description

Hooks are a collection of actions to perform at various container lifecycle events.

Member Data Documentation

std::vector<HookConfig> vasum::HooksConfig::poststart

list of hooks to be run immediately after the container process is started

std::vector<HookConfig> vasum::HooksConfig::poststop

list of hooks to be run after the container process exits

std::vector<HookConfig> vasum::HooksConfig::prestart

list of hooks to be run before the container process is executed


The documentation for this struct was generated from the following file: