diff options
Diffstat (limited to 'lib/libfrr.h')
| -rw-r--r-- | lib/libfrr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index bd572cce1b..1c744ee1b9 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -50,6 +50,8 @@ struct frr_daemon_info { bool dryrun; bool daemon_mode; bool terminal; + + struct thread *read_in; const char *config_file; const char *backup_config_file; const char *pid_file; |
