Thread (49 messages) flat view 49 messages, 5 authors, 2016-06-27

Re: [PATCH v12 03/20] pkt-line: add gentle version of packet_write

From: Duy Nguyen <hidden>
Date: 2016-06-25 14:02:52

On Thu, May 19, 2016 at 11:45 PM, David Turner [off-list ref] wrote:
+int packet_flush_gently(int fd)
+{
+       packet_trace("0000", 4, 1);
+       return write_in_full(fd, "0000", 4) != 4;
+}
The return value convention here is a bit weird, isn't it? Usually we
have "zero good, minus one  (or negative) bad" or "zero bad, positive
good". This one goes "zero good, one bad". Same goes for the other
_gently() function.
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help