-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a60f28fa934ccadbf526f4dab8d73079480002a4 | ||
refs/heads/master: 852566f53ccdc9d1c149ffa28daa9778e13fa3da |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |