From: David Goulet Date: Mon, 25 Nov 2013 19:16:39 +0000 (-0500) Subject: Fix: implicit conversion of enum types in consumer X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=0c759fc95033a3d6d7cb939f39dd643ce7e127ee;hp=0c759fc95033a3d6d7cb939f39dd643ce7e127ee;p=lttng-tools.git Fix: implicit conversion of enum types in consumer This actually remove the use of LTTNG_ERR* code in the sessiond/consumer protocol since it should NOT be used and some comparison of enum (lttng_error_code vs lttcomm_return_code) were broken and dangerous. Signed-off-by: David Goulet ---