# fd\_set ## **Overview** **Related Modules:** [IO](io.md) **Description:** Defines a file descriptor set. This structure is used to specify whether the file descriptor set exists. ## **Summary** ## Data Fields

Variable Name

Description

fds_bits [FD_SETSIZE/8/sizeof(long)]

unsigned long

## **Details** ## **Field Documentation** ## fds\_bits ``` unsigned long fd_set::fds_bits[[FD_SETSIZE](io.md#ga86c5dbf5a99358e288f573d6a1e0873f)/8/sizeof(long)] ``` **Description:** Whether the descriptor exists is indicated by each bit.