:orphan: .. index:: pair: struct; tarpc_pselect_in .. _doxid-structtarpc__pselect__in: struct tarpc_pselect_in ======================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_pselect_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :target:`n`; :ref:`tarpc_fd_set` :target:`readfds`; :ref:`tarpc_fd_set` :target:`writefds`; :ref:`tarpc_fd_set` :target:`exceptfds`; struct :ref:`tarpc_timespec` :target:`timeout<>`; :ref:`tarpc_sigset_t` :target:`sigmask`; };