diff options
| author | songyanchao <[email protected]> | 2024-03-01 03:25:11 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-03-01 10:29:29 +0000 |
| commit | 7d57ddad4ddc690e772a5902695cc48d63d5a274 (patch) | |
| tree | 5db82e08ca7bbd23544d4c749b9d5e026fa7bbb7 /service/include | |
| parent | 752290ce931892a5ea4ebbf64bfe03f0ae18dad8 (diff) | |
🎈 perf: Refined data structure of 'node_ef_main'.
Refined data structure of 'node_ef_main'.
Diffstat (limited to 'service/include')
| -rw-r--r-- | service/include/sc_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/include/sc_common.h b/service/include/sc_common.h index 3cfe910..3fb185d 100644 --- a/service/include/sc_common.h +++ b/service/include/sc_common.h @@ -138,8 +138,6 @@ struct sc_main struct vlan_base_fwd_main * vlan_base_fwd_main; /* Node Manager */ struct node_manager_main * node_mgr_main; - /* Etherfabric Node */ - struct node_ef_main * node_ef_main; /* Bfd Node */ struct node_bfd_main * bfd_node_main; /* OLP Manager */ |
