diff options
-rw-r--r-- | source3/torture/vfstest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index b76c289c17..3c67fa4633 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -36,6 +36,8 @@ static struct cmd_list { TALLOC_CTX *global_ctx; extern pstring user_socket_options; +extern SIG_ATOMIC_T got_sig_term; +extern SIG_ATOMIC_T reload_after_sighup; /**************************************************************************** handle completion of commands for readline |