X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=snprintf%2Fcore.c;fp=snprintf%2Fcore.c;h=cbacdb541070c7010f0bec720d34a6ec8220b13b;hb=7df753215dc4ad6339f8691e45ac72c28f65b0ed;hp=0000000000000000000000000000000000000000;hpb=b115631f8ae20c4261491c20a88af496f6341e60;p=lttng-ust.git diff --git a/snprintf/core.c b/snprintf/core.c new file mode 100644 index 00000000..cbacdb54 --- /dev/null +++ b/snprintf/core.c @@ -0,0 +1,23 @@ +/* + * core.c + * + * Copyright (C) 2011 Mathieu Desnoyers + * + * 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; only + * version 2.1 of the License. + * + * 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 + +volatile enum ust_loglevel ust_loglevel;