diff options
| author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-03-08 20:17:42 +0100 |
|---|---|---|
| committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-03-08 20:18:11 +0100 |
| commit | 54ca644b6e20416587484011f8e649eeddf2cb15 (patch) | |
| tree | db51e0dad491dbd32a6197dec22d4502472f7e3b /ldpd/ldpd.h | |
| parent | ec03d9e3a4ab55f57cd8afb00aa0aa0bbc5a2981 (diff) | |
ldpd: fix another linking issue with GCC-10
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'ldpd/ldpd.h')
| -rw-r--r-- | ldpd/ldpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h index bd7562e5ad..a5d1bb7177 100644 --- a/ldpd/ldpd.h +++ b/ldpd/ldpd.h @@ -446,7 +446,7 @@ DECLARE_QOBJ_TYPE(l2vpn) #define L2VPN_TYPE_VPLS 2 /* ldp_conf */ -enum ldpd_process { +extern enum ldpd_process { PROC_MAIN, PROC_LDP_ENGINE, PROC_LDE_ENGINE |
