diff options
author | Florin Coras <fcoras@cisco.com> | 2018-11-13 22:44:54 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-11-14 10:09:14 +0000 |
commit | 6917b94f2146aa51195a6a2a1ccd8416a1d74bf3 (patch) | |
tree | 03616b51adca1f94fee28edc9f55fd3ae4d08645 /src/vcl/vppcom.h | |
parent | 24010fbaa0d0f50add043d3321aa0469ef49cb9e (diff) |
vcl/ldp: fix poll
Change-Id: I8eb5546ff8634d5498d8ce5bbc9407bceb9ae3ef
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vcl/vppcom.h')
-rw-r--r-- | src/vcl/vppcom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcl/vppcom.h b/src/vcl/vppcom.h index 4c7d2092599..5f1992502ce 100644 --- a/src/vcl/vppcom.h +++ b/src/vcl/vppcom.h @@ -144,7 +144,7 @@ typedef struct _vcl_poll uint32_t fds_ndx; uint32_t sid; short events; - short *revents; + short revents; } vcl_poll_t; typedef struct vppcom_data_segment_ |