X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fclear.h;fp=src%2Fbin%2Flttng-sessiond%2Fclear.h;h=1f8985c27b3612004beb83bdc817359e99a51dfb;hb=022349df3783b538b41cf4a3cd55e7b231603bdd;hp=0000000000000000000000000000000000000000;hpb=ccbdaca404a66cf124ec7e4926b1507327f6d165;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/clear.h b/src/bin/lttng-sessiond/clear.h new file mode 100644 index 000000000..1f8985c27 --- /dev/null +++ b/src/bin/lttng-sessiond/clear.h @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2019 - Jonathan Rajotte + * + * 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. + * + * 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 CLEAR_H +#define CLEAR_H + +#include "session.h" + +int cmd_clear_session(struct ltt_session *session, int *sock_fd); + +#endif /* CLEAT_H */