On Thu, Mar 26, 2015 at 06:04:52PM +0530, Venky Shankar wrote: > - ret = pthread_create (&priv->poller, NULL, changelog_rpc_poller, this); changelog_rpc_poller() contains a call to event_dispatch(). Here we have our difference between NetBSD and Linux: the former uses poll, while the later uses epoll. -- Emmanuel Dreyfus manu@xxxxxxxxxx _______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel