|
LogService
libdadi: utility tools for distributed applications
|
Public Member Functions | |
| void | put (log_msg_t *msg) |
| log_msg_t * | get (log_time_t minAge) |
| log_msg_t* TimeBuffer::get | ( | log_time_t | minAge | ) |
Get the older msg if its age is older than the minAge, else get NULL
| minAge | the mininum age that messages must have to return one |
| void TimeBuffer::put | ( | log_msg_t * | msg | ) |
Put a new message in the buffer
| msg | the new message to add |
1.8.13