Skip to content

Commit 208661d

Browse files
committed
Documentation only
1 parent 8f6c3f5 commit 208661d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/core/trace.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,10 @@ void tracepoint_reaction_deadline_missed(trace_t* trace, reaction_t *reaction, i
435435
* close the files.
436436
*/
437437
void stop_trace(trace_t* trace);
438+
439+
/**
440+
* Version of stop_trace() that does not lock the trace mutex.
441+
*/
438442
void stop_trace_locked(trace_t* trace);
439443

440444
////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)