diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-14 14:36:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 14:36:21 -0400 |
| commit | b9ba7ed5333545e774f8634c32872a16ab2653e3 (patch) | |
| tree | fefa930f7c0d8cc92b4095882abb3d070dd9c8c9 /lib/json.h | |
| parent | 0b4b9672b737c8fb75346523819215ca77d88288 (diff) | |
| parent | 9ab0cf5830bf9680cabd8ddc24b26c34643e148b (diff) | |
Merge pull request #5812 from pguibert6WIND/bgp_stats_all
Bgp stats all
Diffstat (limited to 'lib/json.h')
| -rw-r--r-- | lib/json.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/json.h b/lib/json.h index c8866c524a..afe0b175da 100644 --- a/lib/json.h +++ b/lib/json.h @@ -48,6 +48,9 @@ extern void json_object_int_add(struct json_object *obj, const char *key, int64_t i); void json_object_boolean_add(struct json_object *obj, const char *key, bool val); + +extern void json_object_double_add(struct json_object *obj, const char *key, + double i); extern void json_object_boolean_false_add(struct json_object *obj, const char *key); extern void json_object_boolean_true_add(struct json_object *obj, |
