diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-02 22:19:47 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-02 22:19:47 +0100 |
commit | 11361a101517c2c87e3d35d2c63cacb3ddb97724 (patch) | |
tree | 638b0cea90fd08851e9b3b6cb794d14babcf84fe /nest/protocol.h | |
parent | 11787b8473ae1685d43dad809592fabc64eb8f46 (diff) |
Implements route re-feed.
This can be used to re-feed routes to protocol after soft change in
export filters.
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 66e6c43d..e1adc525 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -134,6 +134,7 @@ struct proto { unsigned core_state; /* Core state machine (see below) */ unsigned core_goal; /* State we want to reach (see below) */ unsigned reconfiguring; /* We're shutting down due to reconfiguration */ + unsigned refeeding; /* We are refeeding (valid only if core_state == FS_FEEDING) */ 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 */ |