diff options
author | Dave Barach <dave@barachs.net> | 2017-06-13 08:48:31 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-06-28 19:12:10 +0000 |
commit | 5c20a0131a6a2516c14d5ccfc6db90fd13ec8a33 (patch) | |
tree | 0e175b7e6be5ae87e2a35534b94eec35c5328986 /src/vnet/lisp-cp/control.h | |
parent | 31a71ab497616940c105fa1719515fe7ae37f37a (diff) |
switch vlib process model to tw_timer_template timer impl
Change-Id: I36bb47faea55a6fea7af7ee58d87d8f6dd28f93d
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet/lisp-cp/control.h')
-rw-r--r-- | src/vnet/lisp-cp/control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/lisp-cp/control.h b/src/vnet/lisp-cp/control.h index 577035c4f42..0e63b3c7454 100644 --- a/src/vnet/lisp-cp/control.h +++ b/src/vnet/lisp-cp/control.h @@ -19,6 +19,7 @@ #include <vnet/vnet.h> #include <vnet/lisp-cp/gid_dictionary.h> #include <vnet/lisp-cp/lisp_types.h> +#include <vppinfra/timing_wheel.h> #define NUMBER_OF_RETRIES 1 #define PENDING_MREQ_EXPIRATION_TIME 3.0 /* seconds */ |