summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfrr.h')
-rw-r--r--lib/libfrr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h
index 891e2c128..d17495e04 100644
--- a/lib/libfrr.h
+++ b/lib/libfrr.h
@@ -97,6 +97,8 @@ struct frr_daemon_info {
const struct frr_yang_module_info **yang_modules;
size_t n_yang_modules;
+
+ bool log_always;
};
/* execname is the daemon's executable (and pidfile and configfile) name,