X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fvendor%2Fmsgpack%2Fmsgpack.h;fp=src%2Fvendor%2Fmsgpack%2Fmsgpack.h;h=cf962c9e2d0c406946362f3d12547d6f538b0988;hp=0000000000000000000000000000000000000000;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=3a4595c2469472dee1656cde5f8882c2123efd3c diff --git a/src/vendor/msgpack/msgpack.h b/src/vendor/msgpack/msgpack.h new file mode 100644 index 000000000..cf962c9e2 --- /dev/null +++ b/src/vendor/msgpack/msgpack.h @@ -0,0 +1,24 @@ +/* + * MessagePack for C + * + * Copyright (C) 2008-2009 FURUHASHI Sadayuki + * + * Distributed under the Boost Software License, Version 1.0. + * (See accompanying file LICENSE_1_0.txt or copy at + * http://www.boost.org/LICENSE_1_0.txt) + */ +/** + * @defgroup msgpack MessagePack C + * @{ + * @} + */ + +#include "vendor/msgpack/util.h" +#include "vendor/msgpack/object.h" +#include "vendor/msgpack/zone.h" +#include "vendor/msgpack/pack.h" +#include "vendor/msgpack/unpack.h" +#include "vendor/msgpack/sbuffer.h" +#include "vendor/msgpack/vrefbuffer.h" +#include "vendor/msgpack/version.h" +