diff options
author | Gleb Natapov <glebn@voltaire.com> | 2005-07-27 14:40:00 -0700 |
---|---|---|
committer | Roland Dreier <roland@eddore.topspincom.com> | 2005-07-27 14:40:00 -0700 |
commit | abdf119b4dad015803819c3d046d20cfbd393e87 (patch) | |
tree | 9d0372a7f4a71886696a5d7b6f7583790e1c8d22 /drivers/infiniband/core/uverbs.h | |
parent | 42b1806d5cfc93bf8c3d7fa6e9e79e4ec860c678 (diff) |
[IB/uverbs]: Add O_ASYNC support
Add support for O_ASYNC notifications on userspace verbs
completion and asynchronous event file descriptors.
Signed-off-by: Gleb Natapov <glebn@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r-- | drivers/infiniband/core/uverbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h index 57347f1e82c..7696022f9a4 100644 --- a/drivers/infiniband/core/uverbs.h +++ b/drivers/infiniband/core/uverbs.h @@ -61,6 +61,7 @@ struct ib_uverbs_event_file { int fd; int is_async; wait_queue_head_t poll_wait; + struct fasync_struct *async_queue; struct list_head event_list; }; |