IPv6 support: step 1. prometheus.conf + hosts parsing
[svn/Prometheus-QoS/.git] / ipstruct.h
index 2410047a4161dff7d4a2fe7a955afe0e7c154480..dab37fcbe97f486109ee942559af9b44c62a444c 100644 (file)
@@ -16,6 +16,7 @@ struct IP
  unsigned long long upload;\r
  unsigned long long traffic;\r
  unsigned long long credit;\r
+ unsigned long long realquota;\r
  unsigned long pktsup;\r
  unsigned long pktsdown;\r
  struct Keyword *keyword;\r
@@ -52,3 +53,6 @@ struct Keyword
  \r
  list(Keyword);\r
 };\r
+\r
+void TheIP(char *ipaddr);\r
+/* function implemented in parsehosts.c */\r
This page took 0.098072 seconds and 4 git commands to generate.