Linux Kernel
3.7.1
|
Data Fields | |
struct logger_log * | log |
struct list_head | list |
size_t | r_off |
struct logger_reader - a logging device open for reading : The associated log : The associated entry in 's list : The current read head offset.
This object lives from open to release, so we don't need additional reference counting. The structure is protected by log->mutex.