From: Julien Desfossez Date: Thu, 14 Jun 2012 12:09:44 +0000 (-0400) Subject: Fix babeltrace iterator lib: seek at time 0 X-Git-Tag: v1.0.0-rc5~53 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5d2a5af291195537c5a589e388ddf2e2747fd6c5;hp=5d2a5af291195537c5a589e388ddf2e2747fd6c5 Fix babeltrace iterator lib: seek at time 0 When seeking by timestamp, we assumed that the timestamp passed as an argument was a real timestamp from the trace. However LTTV uses timestamp 0 to refer to the beginning of the trace. This fix ensures that we read at least the first event after the seek. Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers ---