Added tracing functionality
Signed-off-by: Tomasz Rybicki <tomasz.rybicki@intel.com>
This commit is contained in:
@@ -17,6 +17,12 @@ struct ocf_queue {
|
||||
struct list_head io_list;
|
||||
env_spinlock io_list_lock;
|
||||
|
||||
/* Tracing reference counter */
|
||||
env_atomic64 trace_ref_cntr;
|
||||
|
||||
/* Tracing stop request */
|
||||
env_atomic trace_stop;
|
||||
|
||||
void *priv;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user