Socket: Add senf::pool_alloc_mixin to most socket classes
[senf.git] / Socket / PacketSocketHandle.hh
index 1f2eb0f..8282476 100644 (file)
@@ -80,7 +80,8 @@ namespace senf {
      */
     class PacketProtocol
         : public ConcreteSocketProtocol<Packet_Policy>,
-          public BSDSocketProtocol
+          public BSDSocketProtocol,
+          public senf::pool_alloc_mixin<PacketProtocol>
     {
     public:
         enum SocketType { RawSocket, DatagramSocket };
@@ -172,4 +173,5 @@ namespace senf {
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: