X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-statedump.h;h=48deb96d98c5cd1befa65317ff9e21054dae7fd7;hb=HEAD;hp=e78774d54521ee60b3dcfa3499221eb975b820b9;hpb=cf73e0fea355d408180a66a88ba7a33cfbd17c33;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-statedump.h b/liblttng-ust/lttng-ust-statedump.h deleted file mode 100644 index e78774d5..00000000 --- a/liblttng-ust/lttng-ust-statedump.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef LTTNG_UST_STATEDUMP_H -#define LTTNG_UST_STATEDUMP_H - -/* - * Copyright (C) 2013 Paul Woegerer - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#include - -void lttng_ust_statedump_init(void); -void lttng_ust_statedump_destroy(void); - -int do_lttng_ust_statedump(void *owner); - -#endif /* LTTNG_UST_STATEDUMP_H */