X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttd%2Flttd.c;h=3a2fdd3f5bec004318a651d2941d3c91f490ac67;hb=ec8cce5a99a4422f45dd5aba2694f7684c493b06;hp=6da2924292581e44a66b37f1e870f6f09caba348;hpb=4f31148bf7aa2be2530fef44d7d2078c81a35042;p=ltt-control.git 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;