diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-26 22:37:29 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-26 22:37:29 +0100 |
commit | 4ba84ebc8285c3a5c556fc769101cc29cb3d3708 (patch) | |
tree | a8f532314dbde727e7865e005863da28f58269c2 /nest/protocol.h | |
parent | 241b7311ec5a091b7f3e1a1f2a776f3ef403c500 (diff) | |
download | bird-4ba84ebc8285c3a5c556fc769101cc29cb3d3708.tar bird-4ba84ebc8285c3a5c556fc769101cc29cb3d3708.zip |
Slightly better generator of default protocol instance names.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 1e641a5..626dd99 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -31,6 +31,7 @@ struct protocol { char *name; unsigned debug; /* Default debugging flags */ int priority; /* Protocol priority (usually 0) */ + int name_counter; /* Counter for automatic name generation */ void (*preconfig)(struct protocol *, struct config *); /* Just before configuring */ void (*postconfig)(struct proto_config *); /* After configuring each instance */ |