Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103615
b: refs/heads/master
c: 852566f
h: refs/heads/master
i:
  103613: ea98445
  103611: 7bb20f0
  103607: 2268edf
  103599: 2d2c648
  103583: 31faec9
  103551: 70376bb
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jul 18, 2008
1 parent 350edf2 commit a45f101
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a60f28fa934ccadbf526f4dab8d73079480002a4
refs/heads/master: 852566f53ccdc9d1c149ffa28daa9778e13fa3da
2 changes: 2 additions & 0 deletions trunk/include/net/net_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <linux/list.h>

#include <net/netns/core.h>
#include <net/netns/mib.h>
#include <net/netns/unix.h>
#include <net/netns/packet.h>
#include <net/netns/ipv4.h>
Expand Down Expand Up @@ -52,6 +53,7 @@ struct net {
struct sock *rtnl; /* rtnetlink socket */

struct netns_core core;
struct netns_mib mib;
struct netns_packet packet;
struct netns_unix unx;
struct netns_ipv4 ipv4;
Expand Down
9 changes: 9 additions & 0 deletions trunk/include/net/netns/mib.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef __NETNS_MIB_H__
#define __NETNS_MIB_H__

#include <net/snmp.h>

struct netns_mib {
};

#endif

0 comments on commit a45f101

Please sign in to comment.