moved AllBundles build to toplevel SConscipt to allow PacketBundles in extensions too
[senf.git] / senf / Packets / 80221Bundle / MIHPacket.cc
index 964389b..748bec4 100644 (file)
@@ -36,9 +36,7 @@
 ///////////////////////////////cc.p////////////////////////////////////////
 
 namespace {
-    senf::PacketRegistry<senf::EtherTypes>::RegistrationProxy<senf::MIHPacket>
-        registerMIHPacket (0x86dd);
-
+    SENF_PACKET_REGISTRY_REGISTER( senf::EtherTypes, 0x86dd, senf::MIHPacket);
 }
 
 ///////////////////////////////////////////////////////////////////////////