Commit 6df591c6 authored by Jonathan Currier's avatar Jonathan Currier
Browse files

bah

parent 56f0cb21
......@@ -166,6 +166,8 @@ int init_unix(struct mbox_context *context)
epoll_ctl(epfd, EPOLL_CTL_ADD, usfd, &evp);
context->fds[unix_fd].fd = epfd;
/* set the default transport.... not sure I like this.. */
context->transport = &hust_ops;
return 0;
out_listen:
out_bind:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment