Go to the source code of this file.
Function Documentation
The explain_buffer_pollfd function may be used to print a representation of a pollfd structure.
- Parameters:
-
sb | The string buffer to print into. |
data | The pollfd structure to be printed. |
include_revents | true (non-zero) of the revents field should be printed, false (zero) if the revents field should not be printed. |
Definition at line 78 of file pollfd.c.
The explain_buffer_pollfd_array function may be used to print a representation of an array of pollfd structures.
- Parameters:
-
sb | The string buffer to print into. |
data | a pointer to the base of the array of pollfd structures to be printed. |
data_size | The number of pollfd structures to be printed. |
include_revents | true (non-zero) of the revents field should be printed, false (zero) if the revents field should not be printed. |
Definition at line 106 of file pollfd.c.