From 39c028e9e9e3acf840051f4271fadd4939fde2af Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 24 Jan 2012 11:31:00 +0100 Subject: Assign default protocol preference via proto_config_new(). The patch from Alexander V. Chernikov. --- nest/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 3766e15e..a83c4ffc 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -39,6 +39,7 @@ struct protocol { char *template; /* Template for automatic generation of names */ int name_counter; /* Counter for automatic name generation */ int attr_class; /* Attribute class known to this protocol */ + unsigned preference; /* Default protocol preference */ void (*preconfig)(struct protocol *, struct config *); /* Just before configuring */ void (*postconfig)(struct proto_config *); /* After configuring each instance */ -- cgit v1.2.3