diff options
Diffstat (limited to 'src/vnet/cop/cop.h')
-rw-r--r-- | src/vnet/cop/cop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/cop/cop.h b/src/vnet/cop/cop.h index eb5f1dfd78e..ee848ce872e 100644 --- a/src/vnet/cop/cop.h +++ b/src/vnet/cop/cop.h @@ -70,7 +70,7 @@ typedef struct { vnet_main_t * vnet_main; } cop_main_t; -cop_main_t cop_main; +extern cop_main_t cop_main; extern vlib_node_registration_t cop_input_node; |