Function gnunet_sys::GNUNET_GETOPT_option_timetravel[][src]

pub unsafe extern "C" fn GNUNET_GETOPT_option_timetravel(
    shortName: c_char,
    name: *const c_char
) -> GNUNET_GETOPT_CommandLineOption

Allow user to specify a long long with an offset to add to the current system time to construct the time seen by the application. Used for debugging / testing.

@param shortName short name of the option @param name long name of the option @param[out] val set to the time specified at the command line