src/cx/map.h

changeset 668
d7129285ac32
parent 659
4a06fd63909a
child 669
dce9b8450656
equal deleted inserted replaced
667:2f88a7c13a28 668:d7129285ac32
44 44
45 #ifdef __cplusplus 45 #ifdef __cplusplus
46 extern "C" { 46 extern "C" {
47 #endif 47 #endif
48 48
49 #ifndef CX_STORE_POINTERS
50 #define CX_STORE_POINTERS 0
51 #endif
52
49 /** Type for the UCX map. */ 53 /** Type for the UCX map. */
50 typedef struct cx_map_s CxMap; 54 typedef struct cx_map_s CxMap;
51 55
52 /** Type for a map entry. */ 56 /** Type for a map entry. */
53 typedef struct cx_map_entry_s CxMapEntry; 57 typedef struct cx_map_entry_s CxMapEntry;

mercurial