Fix: validate number of subbuffers after tweaking properties
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Apr 2016 22:06:40 +0000 (18:06 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Apr 2016 22:06:40 +0000 (18:06 -0400)
commitcae8f14ffe396929e752d7dd800ad1ace290fb9f
treedb61cfd579774f033ffd2ae2fc6b594821ab2dc7
parent0df4a6dd0b4fd499d85ad184bbf238c175fb1d48
Fix: validate number of subbuffers after tweaking properties

There are properties that are tweaked by each of ust and kernel channel
create functions after a validation on the number of subbuffers for
overwrite channels. Move validation after those properties
modifications.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-sessiond/channel.c
src/bin/lttng-sessiond/cmd.c
This page took 0.027958 seconds and 5 git commands to generate.