MCPcopy Create free account
hub / github.com/axboe/liburing / decodeUserData

Function decodeUserData

examples/napi-busy-poll-server.c:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static void decodeUserData(uint64_t data, char *type, int *fd)
148{
149 *type = data >> 56;
150 *fd = data & 0xffffffffU;
151}
152
153static const char *opTypeToStr(char type)
154{

Callers 1

completionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected