X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=liblttd%2Fliblttdutils.h;fp=liblttd%2Fliblttdutils.h;h=0000000000000000000000000000000000000000;hb=8ba26eaefd4104c2951d4a29bec7ddd2059bbeff;hp=78439d2bdd0f851a2ddc95c1105e9b1b3b063bc6;hpb=f51abe5f51af65c48c1505996ff7d9bf355303b8;p=ltt-control.git diff --git a/liblttd/liblttdutils.h b/liblttd/liblttdutils.h deleted file mode 100644 index 78439d2..0000000 --- a/liblttd/liblttdutils.h +++ /dev/null @@ -1,38 +0,0 @@ -/* liblttdutils header file - * - * Copyright 2010- - * Oumarou Dicko - * Michael Sills-Lavoie - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. - * - */ - -#ifndef _LIBLTTDUTILS_H -#define _LIBLTTDUTILS_H - -#include "liblttd.h" - -/** - * liblttdutils_new_callbacks - Is a utility function called to create a new - * callbacks struct used by liblttd to write trace data to the disk. - * - * @trace_name: Directory name of the trace to write to. It will be created. - * @append_mode: Append to a possibly existing trace. - * @verbose_mode: Verbose mode. - * - * Returns the callbacks if the function succeeds else NULL. - */ -struct liblttd_callbacks* liblttdutils_local_new_callbacks(char* trace_name, - int append_mode, int verbose_mode); - -#endif /*_LIBLTTDUTILS_H */ -