output_binary: rm TODO item
Yes, disabled probes are stripped by the filter before the output module even gets data.
This commit is contained in:
parent
7aae74622e
commit
c9c1c6458c
|
@ -59,9 +59,7 @@ static int data(struct output *o, char *data_in, uint64_t length_in,
|
||||||
if (outbuf == NULL)
|
if (outbuf == NULL)
|
||||||
return SIGROK_ERR_MALLOC;
|
return SIGROK_ERR_MALLOC;
|
||||||
|
|
||||||
/* TODO: Are disabled probes handled correctly? */
|
|
||||||
memcpy(outbuf, data_in, length_in);
|
memcpy(outbuf, data_in, length_in);
|
||||||
|
|
||||||
*data_out = outbuf;
|
*data_out = outbuf;
|
||||||
*length_out = outsize;
|
*length_out = outsize;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue