:orphan:

.. index:: pair: struct; tarpc_sendfile_in
.. _doxid-structtarpc__sendfile__in:

struct tarpc_sendfile_in
========================

.. toctree::
	:hidden:




.. ref-code-block:: cpp
	:class: doxyrest-overview-code-block

	
	struct tarpc_sendfile_in {
		// fields
	
		struct :ref:`tarpc_in_arg<doxid-structtarpc__in__arg>` :target:`common<doxid-structtarpc__sendfile__in_1aa252ebc00bff4958b3a198cbec2f81f9>`;
		tarpc_int :target:`out_fd<doxid-structtarpc__sendfile__in_1ac8957de54b30494f2b2625d9a2d298f0>`;
		tarpc_int :target:`in_fd<doxid-structtarpc__sendfile__in_1af52b2fc88ee1754cf4c0ee9f09b6d3d9>`;
		:ref:`tarpc_off_t<doxid-tarpc__base_8x_8m4_1aecaf2eaeba67bd32cd400c5892f400ec>` :target:`offset<doxid-structtarpc__sendfile__in_1a6bc3148ca12f28fcbe3c7fabae7bb2db>`;
		:ref:`tarpc_size_t<doxid-tarpc__base_8x_8m4_1ab3c2f930ab7e341b81e30abb70de4ac8>` :target:`count<doxid-structtarpc__sendfile__in_1abfbce67f65bc7f7951b7e0ee98262c2d>`;
		tarpc_bool :target:`force64<doxid-structtarpc__sendfile__in_1adb433ac6c77b05297576046b97d01e1f>`;
	};