From: David Goulet Date: Thu, 24 Nov 2011 20:22:31 +0000 (-0500) Subject: Do not permit NULL pointer on enable API calls X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=5117eeecf9d4b04ebe5a4e46b48c0d6186bb429b;hp=5117eeecf9d4b04ebe5a4e46b48c0d6186bb429b;p=lttng-tools.git Do not permit NULL pointer on enable API calls Enable channel lttng API call now forbids the use of NULL pointer for channel attributes. Use lttng_channel_set_default_attr() before. Signed-off-by: David Goulet ---