diff options
Diffstat (limited to 'hicn-plugin/src/mapme_eventmgr.h')
-rw-r--r-- | hicn-plugin/src/mapme_eventmgr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hicn-plugin/src/mapme_eventmgr.h b/hicn-plugin/src/mapme_eventmgr.h index 84c57b50f..b63d16805 100644 --- a/hicn-plugin/src/mapme_eventmgr.h +++ b/hicn-plugin/src/mapme_eventmgr.h @@ -16,6 +16,12 @@ #include <vlib/vlib.h> // vlib_node_registration_t (vlib/node.h) #include <hicn/name.h> + +/** + * @file mapme_eventmgr.h + * + */ + /* * Structure carrying all necessary information for managing Special Interest * (re)transmissions. |