diff options
author | Damjan Marion <damarion@cisco.com> | 2021-03-06 12:26:28 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2021-03-26 16:33:42 +0100 |
commit | fd8deb48c7ad63b47c5d7465ceefcadef0316f93 (patch) | |
tree | 3e5f319c7c57f526a6e571fd96847563bedf2706 /src/vlib/vlib.h | |
parent | f553a2cbbb8cca84ebf033335ebd2cd26dc19d69 (diff) |
vlib: split vlib_main_t into global and per-thread
Type: refactor
Change-Id: I8b273bc3bf16aa360f031f1b2692f766e5fc4613
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/vlib.h')
-rw-r--r-- | src/vlib/vlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/vlib.h b/src/vlib/vlib.h index 708732578f3..36f8a361abc 100644 --- a/src/vlib/vlib.h +++ b/src/vlib/vlib.h @@ -49,6 +49,7 @@ /* Forward declarations of structs to avoid circular dependencies. */ struct vlib_main_t; +struct vlib_global_main_t; typedef u32 vlib_log_class_t; /* All includes in alphabetical order. */ |