#include <stdint.h>
Go to the source code of this file.
Typedefs |
typedef uint16_t | rcid_t |
| Type for client IDs.
|
typedef uint16_t | rsid_t |
| Type for Stream IDs.
|
typedef uint32_t | rpos_t |
| Type for stream possitions.
|
typedef uint32_t | rpid_t |
| Type for process IDs.
|
Typedef Documentation
Type for client IDs.
Definition at line 31 of file types.h.
Type for process IDs.
Definition at line 40 of file types.h.
Type for stream possitions.
Definition at line 37 of file types.h.
Type for Stream IDs.
Definition at line 34 of file types.h.