summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 5564cdb..f1afb53 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -35,7 +35,6 @@ struct protocol {
char *name;
char *template; /* Template for automatic generation of names */
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 */