diff options
author | Florin Coras <fcoras@cisco.com> | 2018-09-25 16:27:51 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-26 15:51:17 +0000 |
commit | 2ac7edeeaf01dc21d9b87e764b6147c035a87c58 (patch) | |
tree | 489e644aef564de39a2b208c65ac1478d160e1c6 | |
parent | fc91a17600cb0ba1ef5074338eb30875630940bf (diff) |
perftool: fix c2cpel
Change-Id: I0f39477bbf88d490409fdcd5f58df55cfe2ec531
Signed-off-by: Florin Coras <fcoras@cisco.com>
-rw-r--r-- | src/tools/perftool/c2cpel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/perftool/c2cpel.c b/src/tools/perftool/c2cpel.c index 379c2bc65f1..e68d0dcaad2 100644 --- a/src/tools/perftool/c2cpel.c +++ b/src/tools/perftool/c2cpel.c @@ -157,6 +157,8 @@ int main (int argc, char **argv) char *outputfile = 0; FILE *ofp; + clib_mem_init_thread_safe (0, 256 << 20); + if (argc < 3) goto usage; |