Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ httpGetActivity
Function
httpGetActivity
cups/http.c:778–782 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
776
*/
777
778
time_t /* O - Time of last read or write */
779
httpGetActivity(http_t *http) /* I - HTTP connection */
780
{
781
return (http ? http->activity : 0);
782
}
783
784
785
/*
Callers
2
main
Function · 0.85
select_timeout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected