util: New ovs_retval_to_string() function.
authorAndrew Evans <aevans@nicira.com>
Sun, 30 Jan 2011 19:29:14 +0000 (11:29 -0800)
committerAndrew Evans <aevans@nicira.com>
Mon, 31 Jan 2011 01:54:59 +0000 (17:54 -0800)
commitc18ea70d06e980dc768166881c5aeac0b3491561
tree32627f13f7534c419bc0dc8118b68a2d0971b990
parent8ce41058990860158a4b9d31b52de46558eee6a5
util: New ovs_retval_to_string() function.

Many OVS functions return 0, EOF, or errno. There are several places in the
codebase where a return value is converted to a string. All must decide whether
the return value is set, and if it is, whether it is an errno value, EOF, or
otherwise invalid. This commit consolidates that code.

Reviewed by Ben Pfaff.
lib/jsonrpc.c
lib/ovsdb-error.c
lib/pcap.c
lib/util.c
lib/util.h
ofproto/ofproto.c