Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
static uint64_t encodeUserData(char type, int fd)
143
{
144
return (uint32_t)fd | ((__u64)type << 56);
145
}
146
147
static void decodeUserData(uint64_t data, char *type, int *fd)
148
{
Callers
2
sendPing
Function · 0.70
receivePing
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected