about summary refs log tree commit homepage
path: root/fdmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdmap.c')
-rw-r--r--fdmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdmap.c b/fdmap.c
index 7ef8aff..14da274 100644
--- a/fdmap.c
+++ b/fdmap.c
@@ -193,6 +193,7 @@ struct mog_fd * mog_fd_init(int fd, enum mog_fd_type fd_type)
         assert(mfd->fd == fd && "mfd->fd incorrect");
         mfd_expiring_lock(mfd);
         mfd->fd_type = fd_type;
+        mfd->ioq_blocked = 0;
         mfd_expiring_unlock(mfd);
 
         return mfd;