Re: [PATCH 07/13] plugins/howvec: Adapting to the new argument passing scheme.

2021-07-19 Thread Alex Bennée
Mahmoud Mandour writes: > Correctly parsing plugin argument since they now must be provided as > full-form boolean parameters, e.g.: > -plugin ./contrib/plugins/libhowvec.so,verbose=on,inline=on > > Also, introduced the argument "count" that accepts one opt to count > individually at a time

[PATCH 07/13] plugins/howvec: Adapting to the new argument passing scheme.

2021-07-17 Thread Mahmoud Mandour
Correctly parsing plugin argument since they now must be provided as full-form boolean parameters, e.g.: -plugin ./contrib/plugins/libhowvec.so,verbose=on,inline=on Also, introduced the argument "count" that accepts one opt to count individually at a time. Signed-off-by: Mahmoud Mandour ---