1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Reconfiguration for device protocol.

This commit is contained in:
Martin Mares
2000-01-17 11:17:33 +00:00
parent 0ec90e9fc6
commit f7fcb75252
3 changed files with 24 additions and 1 deletions

View File

@@ -23,4 +23,6 @@ static inline void krt_if_construct(struct kif_config *c) { };
static inline void krt_if_shutdown(struct kif_proto *p) { };
static inline void krt_if_io_init(void) { };
static inline int kif_params_same(struct krt_if_params *old, struct krt_if_params *new) { return 1; }
#endif