Commit 8af6a39f authored by Pavel Emelyanov's avatar Pavel Emelyanov

ns: Mark descs array static

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5d66f72c
......@@ -13,7 +13,7 @@
#include "protobuf.h"
#include "protobuf/ns.pb-c.h"
struct ns_desc *ns_desc_array[] = {
static struct ns_desc *ns_desc_array[] = {
&net_ns_desc,
&uts_ns_desc,
&ipc_ns_desc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment