On Fri, May 27, 2011 at 1:36 PM, Sasha Levin <levinsasha...@gmail.com> wrote:
> +void ioeventfd__start(void)
> +{
> +       pthread_t thread;
> +
> +       pthread_create(&thread, NULL, ioeventfd__thread, NULL);

Please be more careful with error handling. If an API call can fail,
there's almost never any reason to silently ignore it.

                        Pekka
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to