Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
logger_reader Struct Reference

Data Fields

struct logger_loglog
 
struct list_head list
 
size_t r_off
 

Detailed Description

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.

Definition at line 75 of file logger.c.

Field Documentation

Definition at line 77 of file logger.c.

Definition at line 76 of file logger.c.

size_t r_off

Definition at line 78 of file logger.c.


The documentation for this struct was generated from the following file: