Re: [patch iproute2 v3 2/4] utils: Add a function setcmdlinetotal

2018-01-02 Thread Chris Mi
On 12/25/17 2:46 AM, Chris Mi wrote: This function calculates how many commands a batch file has and set it to global variable cmdlinetotal. Signed-off-by: Chris Mi --- include/utils.h | 4 lib/utils.c | 20 2 files changed, 24 insertions(+) diff --git a/in

Re: [patch iproute2 v3 2/4] utils: Add a function setcmdlinetotal

2017-12-27 Thread David Ahern
On 12/25/17 2:46 AM, Chris Mi wrote: > This function calculates how many commands a batch file has and > set it to global variable cmdlinetotal. > > Signed-off-by: Chris Mi > --- > include/utils.h | 4 > lib/utils.c | 20 > 2 files changed, 24 insertions(+) > > di

[patch iproute2 v3 2/4] utils: Add a function setcmdlinetotal

2017-12-25 Thread Chris Mi
This function calculates how many commands a batch file has and set it to global variable cmdlinetotal. Signed-off-by: Chris Mi --- include/utils.h | 4 lib/utils.c | 20 2 files changed, 24 insertions(+) diff --git a/include/utils.h b/include/utils.h index d3895d