SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / vendor / msgpack / msgpack.h
... / ...
CommitLineData
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.02289 seconds and 5 git commands to generate.