From: compudj Date: Tue, 1 Nov 2005 16:52:29 +0000 (+0000) Subject: lttd changes for lockless lttng X-Git-Tag: 0.80~209 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=ec8cce5a99a4422f45dd5aba2694f7684c493b06;p=ltt-control.git lttd changes for lockless lttng git-svn-id: http://ltt.polymtl.ca/svn@1304 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttd/lttd.c b/ltt/branches/poly/lttd/lttd.c index 6da2924..3a2fdd3 100644 --- a/ltt/branches/poly/lttd/lttd.c +++ b/ltt/branches/poly/lttd/lttd.c @@ -329,6 +329,7 @@ write_error: ret = -EFAULT; } else if(errno == -EIO) { perror("Reader has been pushed by the writer, last subbuffer corrupted."); + /* FIXME : we may delete the last written buffer if we wish. */ ret = -EIO; } goto get_error;