GNU libmicrohttpd
0.9.62
|
function to update last activity of a connection More...
Go to the source code of this file.
Functions | |
void | MHD_NONNULL (1) |
function to update last activity of a connection
Definition in file connection_update_last_activity.h.
void MHD_NONNULL | ( | 1 | ) |
Update the 'last_activity' field of the connection to the current time and move the connection to the head of the 'normal_timeout' list if the timeout for the connection uses the default value.
connection | the connection that saw some activity |