Re: [PATCH v2 06/11] sprinter: add unsigned_long printer function

2017-05-23 Thread Jani Nikula
On Fri, 19 May 2017, Ioan-Adrian Ratiu wrote: > We need to output unsigned long values for message and thread > (sum of all message's) file sizes. The sprinter types should be about the types that can be represented using the format being output, i.e. JSON and S-Expressions, *not* about the C typ

[PATCH v2 06/11] sprinter: add unsigned_long printer function

2017-05-18 Thread Ioan-Adrian Ratiu
We need to output unsigned long values for message and thread (sum of all message's) file sizes. Signed-off-by: Ioan-Adrian Ratiu --- sprinter-json.c | 9 + sprinter-sexp.c | 9 + sprinter-text.c | 9 + sprinter.h | 1 + 4 files changed, 28 insertions(+) diff --git