summaryrefslogtreecommitdiff
path: root/include/net/netns/vsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/vsock.h')
-rw-r--r--include/net/netns/vsock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/vsock.h b/include/net/netns/vsock.h
index b34d69a22fa8..dc8cbe45f406 100644
--- a/include/net/netns/vsock.h
+++ b/include/net/netns/vsock.h
@@ -17,5 +17,8 @@ struct netns_vsock {
enum vsock_net_mode mode;
enum vsock_net_mode child_ns_mode;
+
+ /* 0 = unlocked, 1 = locked to global, 2 = locked to local */
+ int child_ns_mode_locked;
};
#endif /* __NET_NET_NAMESPACE_VSOCK_H */