diff --git a/src/common/tags.cc b/src/common/tags.cc index 818162db0..39b0321da 100644 --- a/src/common/tags.cc +++ b/src/common/tags.cc @@ -184,6 +184,11 @@ Tags::PrettyPrint (std::ostream &os) namespace ns3 { +static bool g_a; +static bool g_b; +static bool g_c; +static bool g_z; + class TagsTest : Test { public: TagsTest (); @@ -210,22 +215,26 @@ struct myTagZ { static void myTagAPrettyPrinterCb (struct myTagA const*a, std::ostream &os) { - os << "struct myTagA, a="<<(uint32_t)a->a<