litestomp
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 
uint16_t subscription_id_t
Definition: stomp_types.h:37
int64_t message_id_t
Definition: stomp_types.h:27
uint32_t receipt_t
Definition: stomp_types.h:42
int64_t transaction_id_t
Definition: stomp_types.h:32