From: compudj Date: Thu, 1 Sep 2005 21:21:44 +0000 (+0000) Subject: default seek backward value tweak X-Git-Tag: v0.12.20~2379 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=6806de9d2aea0a5cbfb63b1522ce6f6207b6911f;p=lttv.git default seek backward value tweak git-svn-id: http://ltt.polymtl.ca/svn@1110 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index 37c4ba17..df78677c 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -348,7 +348,7 @@ void lttv_process_traceset_get_sync_data(LttvTracesetContext *tsc); #define BACKWARD_SEEK_MUL 2 /* Multiplication factor of time_offset between backward seek iterations */ -static const LttTime seek_back_default_offset = { 1, 0 }; +static const LttTime seek_back_default_offset = { 0, 1000000 }; guint lttv_process_traceset_seek_n_forward(LttvTracesetContext *self, guint n,