Thanks to visit codestin.com Credit goes to github.com
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 2550448 commit d614aaeCopy full SHA for d614aae
src/include/storage/sync.h
@@ -29,8 +29,8 @@ typedef enum SyncRequestType
29
} SyncRequestType;
30
31
/*
32
- * Which set of functions to use to handle a given request. See the function
33
- * table in sync.c.
+ * Which set of functions to use to handle a given request. The values of
+ * the enumerators must match the indexes of the function table in sync.c.
34
*/
35
typedef enum SyncRequestHandler
36
{
0 commit comments