9#ifndef LTTNG_MAP_VALUES_SIGNED_INT_H
10#define LTTNG_MAP_VALUES_SIGNED_INT_H
12#include <lttng/lttng-export.h>
13#include <lttng/map/values.h>
enum lttng_map_values_status lttng_map_values_signed_int_has_overflow_at_index(const struct lttng_map_values *values, uint64_t index, bool *has_overflow)
Sets *has_overflow to whether or not the entry at index in the signed integer map values object value...
lttng_map_values_status
Status code for map values object functions.
Definition values.h:37
enum lttng_map_values_status lttng_map_values_signed_int_get_value_at_index(const struct lttng_map_values *values, uint64_t index, int64_t *value)
Sets *value to the value of the entry at index in the signed integer map values object values.
Per-partition map values object (opaque type).