From df9f0fb30a7046872eff21624a315d5fd56e938f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 16 May 2000 13:43:26 +0000 Subject: Don't log state changes if nothing user-visible has changed. --- 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 f08b3bc..df9064b 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -107,6 +107,7 @@ struct proto { unsigned reconfiguring; /* We're shutting down due to reconfiguration */ u32 hash_key; /* Random key used for hashing of neighbors */ bird_clock_t last_state_change; /* Time of last state transition */ + char *last_state_name_announced; /* Last state name we've announced to the user */ /* * General protocol hooks: -- cgit v1.2.3