MCPcopy 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
778time_t /* O - Time of last read or write */
779httpGetActivity(http_t *http) /* I - HTTP connection */
780{
781 return (http ? http->activity : 0);
782}
783
784
785/*

Callers 2

mainFunction · 0.85
select_timeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected