hmbdc
simplify-high-performance-messaging-programming
Config.hpp
1 #include "hmbdc/Copyright.hpp"
2 #pragma once
3 /**
4  * this file is for internal use, don't Change
5  */
6 #include <stdint.h>
7 
8 #ifndef HMBDC_SEQ_TYPE
9 #define HMBDC_SEQ_TYPE uint64_t
10 #endif
11 
12 #ifndef DEFAULT_HMBDC_CAPACITY
13 #define DEFAULT_HMBDC_CAPACITY 4u
14 #endif
15 
16 
17