aboutsummaryrefslogtreecommitdiffstats
path: root/src/nSocket/include/nstack_dmm_api.h
diff options
context:
space:
mode:
authorsharath <sharathkumarboyanapally@gmail.com>2019-01-21 18:28:22 +0530
committersharath <sharathkumarboyanapally@gmail.com>2019-01-29 10:01:35 +0530
commit71b40478b341e21199bcdc1943a373270ee50d0e (patch)
treecea34d164876908835ba52a82ed7438d68730b24 /src/nSocket/include/nstack_dmm_api.h
parent74c9aed15303d388d7d0429128bc3af96f7eb45c (diff)
Feat: F-stack Integrationnone-dpdk
Change-Id: I0eec7617ff6782192bcbf6e4c41630f585bed54c Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'src/nSocket/include/nstack_dmm_api.h')
-rw-r--r--src/nSocket/include/nstack_dmm_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nSocket/include/nstack_dmm_api.h b/src/nSocket/include/nstack_dmm_api.h
index ab06650..7c93f86 100644
--- a/src/nSocket/include/nstack_dmm_api.h
+++ b/src/nSocket/include/nstack_dmm_api.h
@@ -68,6 +68,8 @@ typedef struct __nstack_extern_ops
int (*stack_fd_check) (int s, int flag); /*check whether fd belong to stack, if belong, return 1, else return 0 */
int (*stack_alloc_fd) (); /*alloc a fd id for epoll */
int (*peak) (int s); /*used for stack-x , isource maybe no need */
+ int (*run) (void *fun); /*used for stack-x , isource maybe no need */
+ void (*ep_prewait) (); /*used for stack-x , isource maybe no need */
} nstack_extern_ops;
/*