Restconf callhome: idle-timeout for periodic callhome

This commit is contained in:
Olof hagsand 2022-08-22 11:27:02 +02:00
parent 9a5504eed0
commit ba9b313295
10 changed files with 426 additions and 268 deletions

View file

@ -284,8 +284,10 @@ clixon_event_reg_timeout(struct timeval t,
* Note: deregister when exactly function and function arguments match, not time. So you
* cannot have same function and argument callback on different timeouts. This is a little
* different from clixon_event_unreg_fd.
* @param[in] fn Function to call at time t
* @param[in] arg Argument to function fn
* @param[in] fn Function to call at time t
* @param[in] arg Argument to function fn
* @retval 0 OK, timeout unregistered
* @retval -1 OK, but timeout not found
* @see clixon_event_reg_timeout
* @see clixon_event_unreg_fd
*/