X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fformat_funcs.h;h=30e919d7e96cf0be021e88a3972be31240c1a5f5;hb=8d27fa73f22803d518993090804724f76350cfcc;hp=f60b8940d14fc4f19260339b0d501f96fc126d5b;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vlib/format_funcs.h b/src/vlib/format_funcs.h index f60b8940d14..30e919d7e96 100644 --- a/src/vlib/format_funcs.h +++ b/src/vlib/format_funcs.h @@ -59,6 +59,9 @@ uword unformat_vlib_number_by_name (unformat_input_t * input, va_list * args); /* Parse an int either %d or 0x%x. */ uword unformat_vlib_number (unformat_input_t * input, va_list * args); +/* Parse a filename to dump debug info */ +uword unformat_vlib_tmpfile (unformat_input_t * input, va_list * args); + /* Flag to format_vlib_*_header functions to tell them not to recurse into the next layer's header. For example, tells format_vlib_ethernet_header not to format ip header. */