X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=4f1d9aac8fbb362fceb403dc3761ea5bc9f743ef;hp=ad5bf38fc7318bd80e9be31aa4dbcaff0818ac52;hb=9694a8ec9258e894c4001b076a6c7f6c0e5a46f4;hpb=2e5fdf25b98af7923f319d52bef5b45ee9684fbc diff --git a/ipstruct.h b/ipstruct.h index ad5bf38..4f1d9aa 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -24,6 +24,7 @@ struct IP struct Keyword *keyword; int v6; int mask; + struct IP *uplink; list(IP); };