From: Jérémie Galarneau Date: Mon, 6 Aug 2018 20:36:12 +0000 (-0400) Subject: rotation-api: introduce rotation schedule descriptors X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=66ea93b10c703e1b3dda1e17109eed9138e4ece2;hp=66ea93b10c703e1b3dda1e17109eed9138e4ece2;p=lttng-tools.git rotation-api: introduce rotation schedule descriptors The current rotation API is limited in that it imposes two types of automatic rotation. This change introduces rotation schedules, a more generic concept, that will eventually allow an arbitrary number of rotation schedules to be set on a session. Moreover, the API's design is now more aligned with the APIs that were recently added (i.e. use of opaque descriptors for commands that may require more parameters at some point). Signed-off-by: Jérémie Galarneau ---