Ensure all M() and M2() second parameters are the message pointer. 82/4982/4
authorJon Loeliger <jdl@netgate.com>
Tue, 31 Jan 2017 19:19:40 +0000 (13:19 -0600)
committerDave Barach <openvpp@barachs.net>
Thu, 2 Feb 2017 17:30:40 +0000 (17:30 +0000)
commit8a2aea3fce9dad7c729c82ee39ce95b4f357bc83
treeb8bec671aa04e8f98a369ebb66f7d03f5523980b
parenta9374df5f351d25e968f5f90a827796203cbafdd
Ensure all M() and M2() second parameters are the message pointer.

Rather than maintain (?) an unused second parameter, t, and pull
an unbound message pointer, mp, out of context, explicitly list
the message pointer as the second parameter.

Change-Id: I92143efda6211cdf6b935470f8c71579742a6b64
Signed-off-by: Jon Loeliger <jdl@netgate.com>
12 files changed:
build-root/emacs-lisp/plugin-test-skel.el
src/examples/sample-plugin/sample/sample_test.c
src/plugins/acl/acl_test.c
src/plugins/flowperpkt/flowperpkt_test.c
src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export_test.c
src/plugins/ioam/export/ioam_export_test.c
src/plugins/ioam/lib-pot/pot_test.c
src/plugins/ioam/lib-trace/trace_test.c
src/plugins/ioam/lib-vxlan-gpe/vxlan_gpe_test.c
src/plugins/lb/lb_test.c
src/plugins/snat/snat_test.c
src/vat/api_format.c