fix: remove floating-point arguments in msgpack
[deliverable/lttng-modules.git] / include / lttng / msgpack.h
index e5c011ea877da7a931885d7bd2dd3bd2abb7d503..5db7c424a3ecdb7495e8f0c48388bfd3a33304ea 100644 (file)
@@ -49,7 +49,6 @@ int lttng_msgpack_write_unsigned_integer(
                struct lttng_msgpack_writer *writer, uint64_t value);
 int lttng_msgpack_write_signed_integer(
                struct lttng_msgpack_writer *writer, int64_t value);
-int lttng_msgpack_write_double(struct lttng_msgpack_writer *writer, double value);
 int lttng_msgpack_write_str(struct lttng_msgpack_writer *writer,
                const char *value);
 int lttng_msgpack_begin_map(struct lttng_msgpack_writer *writer, size_t count);
This page took 0.024799 seconds and 5 git commands to generate.