Change-Id: I59bbe1e3037e1916d74b7347569f05c618d0fd42
This commit is contained in:
Harald Welte
2021-01-02 11:43:48 +01:00
parent da91dc3521
commit 34ed9ba326

View File

@@ -149,6 +149,11 @@ struct cbc_message {
struct llist_head peers;
struct rest_it_op *it_op; /* inter-thread queue operation currently processing */
/* TODO:
* - timer for timeout after warning_period_sec
* - timestamp when the message was created / last updated
**/
};
/*********************************************************************************