summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-11-17 15:45:05 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-11-17 15:45:05 +0100
commite04555c04545278cfe3aeae85d707b1d78e5abeb (patch)
tree19eb2904bbf4d5b3ada4c464ced28db176197d53 /nest/protocol.h
parentd0e2d6d1e05455cf1ec4e71135edaa659fe96dac (diff)
downloadbird-e04555c04545278cfe3aeae85d707b1d78e5abeb.tar
bird-e04555c04545278cfe3aeae85d707b1d78e5abeb.zip
Implement description field of protocol.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 484df84..807b579 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -81,6 +81,7 @@ struct proto_config {
struct protocol *protocol; /* Protocol */
struct proto *proto; /* Instance we've created */
char *name;
+ char *dsc;
unsigned debug, preference, disabled; /* Generic parameters */
u32 router_id; /* Protocol specific router ID */
struct rtable_config *table; /* Table we're attached to */