:orphan: .. index:: pair: struct; tarpc_in_arg .. _doxid-structtarpc__in__arg: struct tarpc_in_arg =================== .. toctree:: :hidden: Overview ~~~~~~~~ Input arguments common for all RPC calls. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_in_arg { // fields tarpc_op :ref:`op`; uint64_t :target:`start`; uint64_t :ref:`jobid`; uint16_t :ref:`seqno`; :ref:`tarpc_lib_flags` :ref:`lib_flags`; }; .. _details-structtarpc__in__arg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Input arguments common for all RPC calls. It should be the first field of all routine-specific parameters, since implementation casts routine-specific parameters to this structure. Fields ------ .. index:: pair: variable; op .. _doxid-structtarpc__in__arg_1a75a4f4369a40a1da837a45985b45421d: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_op op RPC operation .. index:: pair: variable; jobid .. _doxid-structtarpc__in__arg_1a933494aba9f996a110a5d34f61a13cee: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t jobid Job identifier (for async calls) .. index:: pair: variable; seqno .. _doxid-structtarpc__in__arg_1a2f4935f86d342843b77ba79b09bf0b73: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t seqno Sequence number of an RPC call .. index:: pair: variable; lib_flags .. _doxid-structtarpc__in__arg_1a926cf3756a596d66bfcfa3b32c1b0ab7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_lib_flags` lib_flags How to resolve function name