6extern "C" struct rr_spawn_options;
45 void fill_rerun_c_struct(rr_spawn_options& spawn_opts)
const;
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:20
Options to control the behavior of spawn.
Definition spawn_options.hpp:17
uint16_t port
The port to listen on.
Definition spawn_options.hpp:19
std::string_view executable_name
Specifies the name of the Rerun executable.
Definition spawn_options.hpp:34
std::string_view memory_limit
An upper limit on how much memory the Rerun Viewer should use.
Definition spawn_options.hpp:27
std::string_view executable_path
Enforce a specific executable to use instead of searching though PATH for SpawnOptions::executable_na...
Definition spawn_options.hpp:38