Skip to content

Commit

Permalink
Use another type for fake event
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Marturana committed Jan 20, 2017
1 parent a428209 commit 5407b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userspace/libscap/scap.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ static int32_t scap_next_nodriver(scap_t* handle, OUT scap_evt** pevent, OUT uin
static scap_evt evt;
evt.len = 0;
evt.tid = -1;
evt.type = PPME_GENERIC_E;

evt.type = PPME_SYSDIGEVENT_X;
usleep(100000);

struct timeval tv;
Expand Down

0 comments on commit 5407b1c

Please sign in to comment.