diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 22:08:30 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 22:08:30 +0200 |
commit | cb3c88e020dbfd028f7d8b79b9bf97bcb0b34ea5 (patch) | |
tree | 77a4aa43ce21d7ade33243af9666e4a6fe2a4cb7 /src/options.def.h | |
parent | 5d111c83ff2fb9fb1e094ccfdfa919a4731ec05b (diff) | |
download | fastd-cb3c88e020dbfd028f7d8b79b9bf97bcb0b34ea5.tar fastd-cb3c88e020dbfd028f7d8b79b9bf97bcb0b34ea5.zip |
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Diffstat (limited to 'src/options.def.h')
-rw-r--r-- | src/options.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.def.h b/src/options.def.h index 0f4c108..114b6e9 100644 --- a/src/options.def.h +++ b/src/options.def.h @@ -43,7 +43,7 @@ OPTION_ARG(option_on_post_down, "--on-post-down", "<command>", "Sets a shell com OPTION_ARG(option_on_connect, "--on-connect", "<command>", "Sets a shell command to execute when a handshake is sent to establish a new connection"); OPTION_ARG(option_on_establish, "--on-establish", "<command>", "Sets a shell command to execute when a new connection is established"); OPTION_ARG(option_on_disestablish, "--on-disestablish", "<command>", "Sets a shell command to execute when a connection is lost"); -#ifdef WITH_VERIFY +#ifdef WITH_DYNAMIC_PEERS OPTION_ARG(option_on_verify, "--on-verify", "<command>", "Sets a shell command to execute to check a connection attempt by an unknown peer"); #endif SEPARATOR; |