diff options
author | Maria Matejka <mq@ucw.cz> | 2020-02-17 12:42:14 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:05 +0200 |
commit | 89ff49f8f0bcd2015f157134728d28ec428e1262 (patch) | |
tree | 34b2013eaa12381354e7a745c8f905bf39dc5ae9 /nest/proto-hooks.c | |
parent | 541881bedf391d9a19f071b856dcbd55e850dece (diff) |
Dropping rte-local dumper entries
Diffstat (limited to 'nest/proto-hooks.c')
-rw-r--r-- | nest/proto-hooks.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nest/proto-hooks.c b/nest/proto-hooks.c index 0cd4ac37..716ce86c 100644 --- a/nest/proto-hooks.c +++ b/nest/proto-hooks.c @@ -76,16 +76,6 @@ void dump(struct proto *p) { DUMMY; } /** - * dump_attrs - dump protocol-dependent attributes - * @e: a route entry - * - * This hook dumps all attributes in the &rte which belong to this - * protocol to the debug output. - */ -void dump_attrs(rte *e) -{ DUMMY; } - -/** * start - request instance startup * @p: protocol instance * |