On Tue, 3 Dec 2019 12:35:15 +0200 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > diff --git a/tracecmd/include/trace-local.h b/tracecmd/include/trace-local.h > index 6203e0d..a6f79c5 100644 > --- a/tracecmd/include/trace-local.h > +++ b/tracecmd/include/trace-local.h > @@ -98,8 +98,9 @@ void trace_usage(int argc, char **argv); > > int trace_record_agent(struct tracecmd_msg_handle *msg_handle, > int cpus, int *fds, > - int argc, char **argv, bool use_fifos); > - > + int argc, char **argv, > + bool use_fifos, > + unsigned long long trace_id); I'd keep the empty line between the prototype and the struct declaration below. -- Steve > struct hook_list; > > void trace_init_profile(struct tracecmd_input *handle, struct hook_list *hooks,
![]() |