:orphan: .. index:: pair: struct; tarpc_recv_verify_in .. _doxid-structtarpc__recv__verify__in: struct tarpc_recv_verify_in =========================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_recv_verify_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :ref:`s`; char :ref:`fname`; uint64_t :ref:`start`; }; .. _details-structtarpc__recv__verify__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; s .. _doxid-structtarpc__recv__verify__in_1af70c8db4fb5faa1ecb6d8dfb3483aff1: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int s Socket to be used .. index:: pair: variable; fname .. _doxid-structtarpc__recv__verify__in_1ae852c198a14f426e095765bcce45fa6b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char fname Name of function to generate data .. index:: pair: variable; start .. _doxid-structtarpc__recv__verify__in_1a92b09286e818770c7dc6c8e74f587ed8: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t start Position in stream of first byte which should be received.