#include <stdint.h>
Go to the source code of this file.
§ __RPACKED__
§ rcid_t
This is the base type for storing of standard IDs. Type for client IDs
Definition at line 39 of file types.h.
§ rpid_t
Type for process IDs.
Definition at line 48 of file types.h.
§ rpos_t
Type for stream positions.
Definition at line 45 of file types.h.
§ rsid_t
Type for Stream IDs.
Definition at line 42 of file types.h.
§ ruuid_t
typedef uint8_t ruuid_t[16] |
Type to store packed UUID.
Definition at line 51 of file types.h.
§ riodir_t
Type of IO direction.
Enumerator |
---|
RIODIR_INVALID | |
RIODIR_NONE | This stream has no defined IO direction.
|
RIODIR_IN | This stream is a input stream.
|
RIODIR_OUT | This stream is an output stream.
|
RIODIR_INOUT | This stream is bidirectional.
|
Definition at line 54 of file types.h.