On Wed, 14 Aug 2019 11:47:04 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > void tracecmd_set_quiet(int quiet); > int tracecmd_get_quiet(void); I rather make this a parameter to the descriptor: tracecmd_set_quiet(struct tracecmd_output *handle, bool quiet); tracecmd_get_quiet(struct tracecmd output *handle); As we may have multiple handles and perhaps we don't want all of them quiet. -- Steve
![]() |