mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Makes krt.c much more readable.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
struct kif_params {
|
||||
};
|
||||
|
||||
struct kif_status {
|
||||
struct kif_state {
|
||||
};
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ struct krt_params {
|
||||
int table_id; /* Kernel table ID we sync with */
|
||||
};
|
||||
|
||||
struct krt_status {
|
||||
struct krt_state {
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user