From ec8cce5a99a4422f45dd5aba2694f7684c493b06 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 1 Nov 2005 16:52:29 +0000 Subject: [PATCH] lttd changes for lockless lttng git-svn-id: http://ltt.polymtl.ca/svn@1304 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttd/lttd.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1