X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotate.h;h=a2adaf0d630ce7f5d1753aca2021aff55fcd3961;hp=c7986c815dc671eaab660c342e40c05225cd3ff6;hb=d1ba29d290281cf72ca3ec7b0222b336c747e925;hpb=92816cc33a1add3c8276839bd6335e17423577dd diff --git a/src/bin/lttng-sessiond/rotate.h b/src/bin/lttng-sessiond/rotate.h index c7986c815..a2adaf0d6 100644 --- a/src/bin/lttng-sessiond/rotate.h +++ b/src/bin/lttng-sessiond/rotate.h @@ -1,19 +1,9 @@ /* - * Copyright (C) 2017 - Julien Desfossez - * Copyright (C) 2018 - Jérémie Galarneau + * Copyright (C) 2017 Julien Desfossez + * Copyright (C) 2018 Jérémie Galarneau * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License, version 2 only, as - * published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0-only * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef ROTATE_H @@ -22,9 +12,6 @@ #include "rotation-thread.h" #include -int rotate_add_pending_rotation(struct ltt_session *session, uint64_t chunk_id); -int rename_completed_chunk(struct ltt_session *session, time_t ts); - /* * Subscribe/unsubscribe the notification_channel from the rotation_thread to * session usage notifications to perform size-based rotations.