more network analysis
[svn/Prometheus-QoS/.git] / ipstruct.h
index a80946d4acd96971478e4963d6ecabb42add59ca..4f1d9aac8fbb362fceb403dc3761ea5bc9f743ef 100644 (file)
@@ -1,3 +1,5 @@
+/* Modified by: xChaos, 20131029 */\r
+\r
 struct IP\r
 {\r
  char *addr;\r
@@ -22,6 +24,7 @@ struct IP
  struct Keyword *keyword;\r
  int v6;\r
  int mask;\r
+ struct IP *uplink;\r
  list(IP);\r
 };\r
 \r
This page took 0.114494 seconds and 4 git commands to generate.