summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/input.h
diff options
context:
space:
mode:
authorPatrice Buriez <patrice.buriez@intel.com>2017-10-25 20:30:34 +0200
committerPatrice Buriez <patrice.buriez@intel.com>2017-10-25 20:30:34 +0200
commitf6abc2e6a02557e82ad0d1e5440653bb8884ecc8 (patch)
treeae36de03e9553cd55300771271576369c7484f9e /VNFs/DPPD-PROX/input.h
parent504e70cbb19a3e65b1704ee085cd079d26cf16f8 (diff)
Merge changes from PROX-v041
Change-Id: Ie6d4e7ce22c27967117a446626f5923643397812 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/input.h')
-rw-r--r--VNFs/DPPD-PROX/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/input.h b/VNFs/DPPD-PROX/input.h
index 06f6b653..51d94986 100644
--- a/VNFs/DPPD-PROX/input.h
+++ b/VNFs/DPPD-PROX/input.h
@@ -31,5 +31,6 @@ int reg_input(struct input *in);
void unreg_input(struct input *in);
void input_proc_until(uint64_t deadline);
+void input_proc(void);
#endif /* _INPUT_H_ */