From c6a7d59c20f238aab096f918acf84ca30265ed07 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 20 Oct 2016 17:21:34 +0000 Subject: bgpd: 'show ip bgp summary json' shows large negative value for "peerUptimeMsec" Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Reviewed-by: Don Slice Ticket: CM-13239 --- lib/json.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/json.h') diff --git a/lib/json.h b/lib/json.h index c8d7fae1cd..b217df0a7b 100644 --- a/lib/json.h +++ b/lib/json.h @@ -39,6 +39,8 @@ extern void json_object_string_add(struct json_object* obj, const char *key, const char *s); extern void json_object_int_add(struct json_object* obj, const char *key, int32_t i); +extern void json_object_long_add(struct json_object* obj, const char *key, + int64_t 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, -- cgit v1.2.3