src/server/ucx/map.h

changeset 67
50505dc3f8a6
parent 66
74babc0082b7
child 88
73b3485e96f1
equal deleted inserted replaced
66:74babc0082b7 67:50505dc3f8a6
59 size_t size; 59 size_t size;
60 size_t count; 60 size_t count;
61 }; 61 };
62 62
63 struct UcxKey { 63 struct UcxKey {
64 char *data; 64 void *data;
65 size_t len; 65 size_t len;
66 int hash; 66 int hash;
67 }; 67 };
68 68
69 struct UcxMapElement { 69 struct UcxMapElement {

mercurial