OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
task_int.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_agent_task_api_h
6 #define vnsw_agent_task_api_h
7 
8 #include "task_thread_api.h"
9 
10 typedef struct task_ {
11  void *agent_task;
14 } task;
15 
16 #endif /* vnsw_agent_task_api_h */
Definition: task_int.h:10
task_thread deleted_timers
Definition: task_int.h:13
void * agent_task
Definition: task_int.h:11
void * cleanup_timer
Definition: task_int.h:12
struct task_ task