[lttng-dev] [PATCH v2 lttng-tools] lttng cli: Accept human readable sizes for --subbuf-size

Simon Marchi simon.marchi at polymtl.ca
Mon Apr 8 10:33:49 EDT 2013


>>  #define _GNU_SOURCE
>> -#include <stdlib.h>
>> +#include <assert.h>
>>  #include <ctype.h>
>>  #include <limits.h>
>> +#include <regex.h>
>> +#include <stdlib.h>
>
> any reason why stdlib is moved here ?

I put them in alphabetical order instead of random order.

Thanks for the comments, I will make the changes.



More information about the lttng-dev mailing list