X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsave.h;fp=src%2Fbin%2Flttng-sessiond%2Fsave.h;h=fce9a8d46ab4a07d8413be5e59c51172b77d6a4b;hp=0000000000000000000000000000000000000000;hb=fb198a1138d32ac7218695c564909d96018eb1b7;hpb=00c76ceaeb0074e47167be56c0920284e6a0360e diff --git a/src/bin/lttng-sessiond/save.h b/src/bin/lttng-sessiond/save.h new file mode 100644 index 000000000..fce9a8d46 --- /dev/null +++ b/src/bin/lttng-sessiond/save.h @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2013 - 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. + * + * 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 SAVE_H +#define SAVE_H + +#include +#include + +int cmd_save_sessions(struct lttng_save_session_attr *attr, + lttng_sock_cred *creds); + +#endif /* SAVE_H */