- export vx_debug_nid and vx_debug_xid which are necessary if, for
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:47:57 +0000 (17:47 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 1 Oct 2004 17:47:57 +0000 (17:47 +0000)
  instance, af_packet.o is compiled as a module

kernel/vserver/sysctl.c

index 298c62f..e1f2cac 100644 (file)
@@ -200,4 +200,6 @@ static ctl_table vserver_table[] = {
 
 
 EXPORT_SYMBOL_GPL(vx_debug_dlim);
+EXPORT_SYMBOL_GPL(vx_debug_nid);
+EXPORT_SYMBOL_GPL(vx_debug_xid);