Skip to content

Commit

Permalink
Missed reference switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Jul 14, 2016
1 parent 009f3bd commit c1e1ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/sinsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class SINSP_PUBLIC sinsp
*/
const string get_filter();

void add_evttype_filter(list<uint32_t> evttypes,
void add_evttype_filter(list<uint32_t> &evttypes,
sinsp_filter* filter);

bool run_filters_on_evt(sinsp_evt *evt);
Expand Down

0 comments on commit c1e1ec7

Please sign in to comment.