diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-03 18:07:23 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | 85cd2f9f9a43d0c536f445cc65b94a8d90bb4c97 (patch) | |
| tree | 8ae31ca6e770aeeb3ad5bc2475af0f320d922b2c /ospfd/ospf_errors.c | |
| parent | af4c27286d8eb3f347ff431a17a47a8d07cd8976 (diff) | |
*: rename ferr_ref -> log_ref
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index 60eb3d5657..2927f7cb14 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -23,7 +23,7 @@ #include "lib/ferr.h" #include "ospf_errors.h" -static struct ferr_ref ferr_ospf_err[] = { +static struct log_ref ferr_ospf_err[] = { { .code = OSPF_ERR_PKT_PROCESS, .title = "Failure to process a packet", @@ -80,5 +80,5 @@ static struct ferr_ref ferr_ospf_err[] = { void ospf_error_init(void) { - ferr_ref_add(ferr_ospf_err); + log_ref_add(ferr_ospf_err); } |
