From 22f1c511e2ebd2f0a94f02684ae32672e79244ef Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 8 Jun 2009 09:24:25 +0200 Subject: [PATCH] remove dead reference to EnableMetadata --- src/common/packet.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/packet.h b/src/common/packet.h index ba96457a1..90d3a0a73 100644 --- a/src/common/packet.h +++ b/src/common/packet.h @@ -166,8 +166,10 @@ private: * - The metadata describes the type of the headers and trailers which * were serialized in the byte buffer. The maintenance of metadata is * optional and disabled by default. To enable it, you must call - * Packet::EnableMetadata and this will allow you to get non-empty - * output from Packet::Print and Packet::Print. + * Packet::EnablePrinting and this will allow you to get non-empty + * output from Packet::Print and Packet::Print. If you wish to only enable + * checking of metadata, and do not need any printing capability, you can + * call Packet::EnableChecking: its runtime cost is lower than Packet::EnablePrinting. * * - The set of tags contain simulation-specific information which cannot * be stored in the packet byte buffer because the protocol headers or trailers