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

Function encodeUserData

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

Source from the content-addressed store, hash-verified

140}
141
142static uint64_t encodeUserData(char type, int fd)
143{
144 return (uint32_t)fd | ((__u64)type << 56);
145}
146
147static void decodeUserData(uint64_t data, char *type, int *fd)
148{

Callers 2

sendPingFunction · 0.70
receivePingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected