]> git.proxmox.com Git - mirror_frr.git/blame - babeld/babel_errors.h
*: Convert struct thread_master to struct event_master and it's ilk
[mirror_frr.git] / babeld / babel_errors.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
f135ba52 2/*
247dcce2 3 * Babel-specific error messages.
f135ba52
DS
4 * Copyright (C) 2018 Cumulus Networks, Inc.
5 * Donald Sharp
f135ba52 6 */
247dcce2 7
f135ba52
DS
8#ifndef __BABEL_ERRORS_H__
9#define __BABEL_ERRORS_H__
10
247dcce2 11#include "lib/ferr.h"
f135ba52 12
85cd2f9f 13enum babel_log_refs {
5b003f31
QY
14 EC_BABEL_MEMORY = BABEL_FERR_START,
15 EC_BABEL_PACKET,
16 EC_BABEL_CONFIG,
17 EC_BABEL_ROUTE,
f135ba52
DS
18};
19
20extern void babel_error_init(void);
21
22#endif