The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
stk_env_api.h
Go to the documentation of this file.
1 
7 #ifndef STK_ENV_API_H
8 #define STK_ENV_API_H
9 
10 #include "stk_env.h"
11 #include "stk_common.h"
12 #include "stk_timer.h"
13 #include "stk_smartbeat.h"
14 #include "stk_name_service.h"
15 #include "stk_data_flow.h"
16 
35 
36 /* Timer pool management */
51 stk_ret stk_env_dispatch_timer_pools(stk_env_t *env,unsigned short max_callbacks);
56 stk_ret stk_env_dispatch_timer_pool(stk_env_t *env,unsigned short max_callbacks,int pool);
82 
87 
91 void stk_set_stderr_level(int level);
92 #endif