diff options
author | 2018-09-17 03:32:52 +0000 | |
---|---|---|
committer | 2018-09-17 03:32:52 +0000 | |
commit | fb84b14f79f186a624fcbb93c89d20df2978b41a (patch) | |
tree | 02ae03aa0e40b0602b15401cd134daf5c8291845 /stacks/vpp/adapt/dmm_vcl_adpt.c | |
parent | 7d6f7e3a58ea0dda82d1f61cb9cf9b5076b4975a (diff) | |
parent | dcf754b73574b5716ada5eb6064ab374e7b2b964 (diff) |
Merge "Fix: fix epoll problem"
Diffstat (limited to 'stacks/vpp/adapt/dmm_vcl_adpt.c')
-rw-r--r-- | stacks/vpp/adapt/dmm_vcl_adpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stacks/vpp/adapt/dmm_vcl_adpt.c b/stacks/vpp/adapt/dmm_vcl_adpt.c index 1b2b9a9..d4974e2 100644 --- a/stacks/vpp/adapt/dmm_vcl_adpt.c +++ b/stacks/vpp/adapt/dmm_vcl_adpt.c @@ -35,6 +35,7 @@ vpphs_ep_ctl_ops (int epFD, int proFD, int ctl_ops, tmpEvt.data.ptr = pdata; tmpEvt.events = events->events; + tmpEvt.events |= (EPOLLIN | EPOLLOUT); if (DMM_VCL_ADPT_DEBUG > 0) clib_warning ("DMM VCL ADPT<%d>: epfd=%d,fd=%d,ops=%d, events=%u", |