:orphan: .. index:: pair: struct; tarpc_vfork_in .. _doxid-structtarpc__vfork__in: struct tarpc_vfork_in ===================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_vfork_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; char :ref:`name`; uint32_t :ref:`time_to_wait`; }; .. _details-structtarpc__vfork__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; name .. _doxid-structtarpc__vfork__in_1a638650afa7f47c1706d7d20d6f7c5c72: .. ref-code-block:: cpp :class: doxyrest-title-code-block char name RPC server name .. index:: pair: variable; time_to_wait .. _doxid-structtarpc__vfork__in_1abdc47f7e13497f320643568aa01f5816: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t time_to_wait How much time to wait after vfork() call before returning from the function, in milliseconds