We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f882e3 commit 4d05077Copy full SHA for 4d05077
dtmd/include/transaction.h
@@ -32,7 +32,7 @@ typedef struct Transaction {
32
Snapshot snapshots[MAX_SNAPSHOTS_PER_TRANS];
33
int snapshots_count; // will wrap around if exceeds max snapshots
34
35
- void *listeners[CHAR_TO_INDEX('z')]; // we are going to use 'a' to 'z' for indexing
+ void *listeners[CHAR_TO_INDEX('z')+1]; // we are going to use 'a' to 'z' for indexing
36
} Transaction;
37
38
static inline void l2_list_link(L2List* after, L2List* elem)
0 commit comments