X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Ftrace.h;h=aa5cb6ba0d525c9bf5de0305e2a7a082f21aa60c;hb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;hp=18ef016c5ef9fac30d8f4e34c3c1a3b2456e1948;hpb=7a859036ac53f538bd0ff723a1b450d7f26fa733;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/trace.h b/ltt/branches/poly/include/ltt/trace.h index 18ef016c..aa5cb6ba 100644 --- a/ltt/branches/poly/include/ltt/trace.h +++ b/ltt/branches/poly/include/ltt/trace.h @@ -10,7 +10,10 @@ When a trace is closed, all the associated facilities, types and fields are released as well. */ -LttTrace *ltt_trace_open(char *pathname); +LttTrace *ltt_trace_open(const char *pathname); + +/* copy reopens a trace */ +LttTrace *ltt_trace_copy(LttTrace *self); void ltt_trace_close(LttTrace *t);