X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketImpl.hh;h=de52e40bb58b56b5d74a2fb1db910f2b9b22771a;hb=08bba1cbe020e940671a58c0db5afce75ef84619;hp=1933949a3a9c06692e6544464c7c08e6db0c2b09;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Packets/PacketImpl.hh b/Packets/PacketImpl.hh index 1933949..de52e40 100644 --- a/Packets/PacketImpl.hh +++ b/Packets/PacketImpl.hh @@ -183,6 +183,9 @@ namespace detail { void erase(PacketData * self, iterator first, iterator last); void clear(PacketData * self); + void reserve(size_type n); + size_type capacity() const; + // Annotations template Annotation & annotation();