sessiond: Add msgpack-c 3.3.0 to the tree
[lttng-tools.git] / src / vendor / msgpack / msgpack.h
CommitLineData
116a02e3
JG
1/*
2 * MessagePack for C
3 *
4 * Copyright (C) 2008-2009 FURUHASHI Sadayuki
5 *
6 * Distributed under the Boost Software License, Version 1.0.
7 * (See accompanying file LICENSE_1_0.txt or copy at
8 * http://www.boost.org/LICENSE_1_0.txt)
9 */
10/**
11 * @defgroup msgpack MessagePack C
12 * @{
13 * @}
14 */
15
16#include "vendor/msgpack/util.h"
17#include "vendor/msgpack/object.h"
18#include "vendor/msgpack/zone.h"
19#include "vendor/msgpack/pack.h"
20#include "vendor/msgpack/unpack.h"
21#include "vendor/msgpack/sbuffer.h"
22#include "vendor/msgpack/vrefbuffer.h"
23#include "vendor/msgpack/version.h"
24
This page took 0.023366 seconds and 4 git commands to generate.