From f627771387991f48aa053efaafe40b17ef15cead Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Thu, 25 Feb 2016 11:13:17 -0600 Subject: [PATCH] Add option to validate pointer addresses in variable server clients Forgot to add prototype of new var_validate_address command refs #193 --- include/trick/VariableServer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/trick/VariableServer.hh b/include/trick/VariableServer.hh index deb2599a..479f0722 100644 --- a/include/trick/VariableServer.hh +++ b/include/trick/VariableServer.hh @@ -315,7 +315,7 @@ int var_debug(int level) ; int var_ascii() ; int var_binary() ; int var_binary_nonames() ; -int var_retry_bad_ref() ; +int var_validate_address(int on_off) ; int var_set_copy_mode(int mode) ; int var_set_write_mode(int mode) ; int var_set_send_stdio(int mode) ;