litestomp
Main Page
Data Structures
Files
Examples
File List
Globals
src
stomp_types.h
Go to the documentation of this file.
1
17
#ifndef STOMP_TYPES_H
18
#define STOMP_TYPES_H
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
27
typedef
int64_t
message_id_t
;
28
32
typedef
int64_t
transaction_id_t
;
33
37
typedef
uint16_t
subscription_id_t
;
38
42
typedef
uint32_t
receipt_t
;
43
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#endif
/* STOMP_TYPES_H */
49
subscription_id_t
uint16_t subscription_id_t
Definition:
stomp_types.h:37
message_id_t
int64_t message_id_t
Definition:
stomp_types.h:27
receipt_t
uint32_t receipt_t
Definition:
stomp_types.h:42
transaction_id_t
int64_t transaction_id_t
Definition:
stomp_types.h:32
Generated by
1.8.11