net: make g_net_impls static
The list of net impls doesn't need to be visible outside of sock.c. Change-Id: I8def009acb82e5cd6f1e13e797079c1a94e3c7da Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/400864 Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
d712c310e8
commit
de8c458830
@ -49,7 +49,7 @@
|
||||
|
||||
#define MAX_EVENTS_PER_POLL 32
|
||||
|
||||
STAILQ_HEAD(, spdk_net_impl) g_net_impls = STAILQ_HEAD_INITIALIZER(g_net_impls);
|
||||
static STAILQ_HEAD(, spdk_net_impl) g_net_impls = STAILQ_HEAD_INITIALIZER(g_net_impls);
|
||||
|
||||
struct spdk_sock {
|
||||
struct spdk_net_impl *net_impl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user