:orphan: .. index:: pair: union; iomux_state .. _doxid-unioniomux__state: union iomux_state ================= .. toctree:: :hidden: A multiplexer context. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include union iomux_state { // fields int :target:`maxfds`; fd_set :target:`rfds`; fd_set :target:`wfds`; fd_set :target:`exfds`; int :target:`nfds`; int :target:`fds`[IOMUX_MAX_POLLED_FDS]; struct iomux_state::@22 :target:`select`; struct pollfd :target:`fds`[IOMUX_MAX_POLLED_FDS]; struct iomux_state::@23 :target:`poll`; };