]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_affinitymap.h
zebra: No need to set msg to NULL
[mirror_frr.git] / zebra / zebra_affinitymap.h
1 /*
2 * Zebra affinity-map header
3 *
4 * Copyright 2022 6WIND S.A.
5 *
6 * This file is part of Free Range Routing (FRR).
7 *
8 * FRR is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2, or (at your option) any
11 * later version.
12 *
13 * FRR is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with this program; see the file COPYING; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21 */
22
23 #ifndef __ZEBRA_AFFINITYMAP_H__
24 #define __ZEBRA_AFFINITYMAP_H__
25
26 #include "lib/affinitymap.h"
27
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31
32 extern void zebra_affinity_map_init(void);
33
34 #ifdef __cplusplus
35 }
36 #endif
37
38 #endif