diff options
author | Alistair Veitch <alistair.veitch@gmail.com> | 2015-02-05 11:41:01 -0800 |
---|---|---|
committer | Alistair Veitch <alistair.veitch@gmail.com> | 2015-02-05 11:41:01 -0800 |
commit | 46c3be0156c60ed2767aeaf00cd0e46e27c8880c (patch) | |
tree | ba2a42b34483b971c97bcd237c9698e06f44ff1f /src/core | |
parent | 1ef06e6285364a16517cb9d7ac8ce6ab6c1d35c4 (diff) |
Update census_tracing.h
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/statistics/census_tracing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/statistics/census_tracing.h b/src/core/statistics/census_tracing.h index 58333f7f6b..ca1736630e 100644 --- a/src/core/statistics/census_tracing.h +++ b/src/core/statistics/census_tracing.h @@ -80,11 +80,11 @@ trace_obj* census_get_trace_obj_locked(census_op_id op_id); void census_internal_lock_trace_store(void); void census_internal_unlock_trace_store(void); -/* Gets method tag name associated with the input trace object. */ +/* Gets method name associated with the input trace object. */ const char* census_get_trace_method_name(const trace_obj* trace); /* Returns an array of pointers to trace objects of currently active operations - and fills in number of active operations. Returns NULL if there's no active + and fills in number of active operations. Returns NULL if there are no active operations. Caller owns the returned objects. */ trace_obj** census_get_active_ops(int* num_active_ops); |