Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/ds4
/ timeval
Class
timeval
ds4_distributed.c:1039–1039 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1037
send_timeout_sec = (int)v;
1038
}
1039
struct timeval send_tv = {
1040
.tv_sec = send_timeout_sec,
1041
.tv_usec = 0,
1042
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected