summaryrefslogtreecommitdiffstats
path: root/src/include/nstack_callback_ops.h
diff options
context:
space:
mode:
authorsharath reddy <bs.reddy@huawei.com>2019-06-04 11:53:49 +0530
committersharath reddy <bs.reddy@huawei.com>2019-06-04 20:38:30 +0530
commit2a42ad20b9730706ad371ae3787d4597c4e42276 (patch)
treefa01cd312586ea007468e7233f94c0ce53d75873 /src/include/nstack_callback_ops.h
parenta826fe833d3f2a8fe2673fa05811fe1a22baf045 (diff)
Feature: 19.04 part-2DMM-2
Change-Id: I0b52a6bb67c25c7955d58e29eb81a3cc9efea9e9 Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Diffstat (limited to 'src/include/nstack_callback_ops.h')
-rw-r--r--src/include/nstack_callback_ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/nstack_callback_ops.h b/src/include/nstack_callback_ops.h
index ab90cea..df24cba 100644
--- a/src/include/nstack_callback_ops.h
+++ b/src/include/nstack_callback_ops.h
@@ -54,6 +54,7 @@ typedef struct __nstack_proc_ops
int (*fork_init_child) (pid_t p, pid_t c);
void (*fork_fd) (int s, pid_t p, pid_t c);
void (*fork_free_fd) (int s);
+ void (*fork_parent_fd) (int s, pid_t p); /*after fork, stack parent process proc again if needed. */
void (*(*ep_triggle)
(int proFD, int triggle_ops, void *epinfo, void *epitem));
int (*ep_getEvt) (int proFD);