X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.c;h=e4a268ed48becd506ddbaf955deeacd3ef6d5373;hb=2ad3a9a03e56a52b68d9c2e6046e31da9bc6c4ef;hp=a93d25102ad4bb7b2bf6a4afe8ad5d0edd3fb096;hpb=4dbc372b53ef1ac713497164e7a8b92100db7ae2;p=lttng-tools.git diff --git a/src/common/kernel-ctl/kernel-ctl.c b/src/common/kernel-ctl/kernel-ctl.c index a93d25102..e4a268ed4 100644 --- a/src/common/kernel-ctl/kernel-ctl.c +++ b/src/common/kernel-ctl/kernel-ctl.c @@ -378,9 +378,3 @@ int kernctl_put_subbuf(int fd) { return ioctl(fd, RING_BUFFER_PUT_SUBBUF); } - -/* Set the stream_id */ -int kernctl_set_stream_id(int fd, unsigned long *stream_id) -{ - return ioctl(fd, RING_BUFFER_SET_STREAM_ID, stream_id); -}