aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_netns.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/smc/smc_netns.h')
-rw-r--r--net/smc/smc_netns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/smc/smc_netns.h b/net/smc/smc_netns.h
index e7a8fc4ae02f..0f4f35aa43ad 100644
--- a/net/smc/smc_netns.h
+++ b/net/smc/smc_netns.h
@@ -16,5 +16,6 @@ extern unsigned int smc_net_id;
/* per-network namespace private data */
struct smc_net {
struct smc_pnettable pnettable;
+ struct smc_pnetids_ndev pnetids_ndev;
};
#endif