From: Richard Whitehouse Date: Sat, 16 Apr 2011 00:41:28 +0000 (+0100) Subject: Correcting type information X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=f672ab354e9135b9a5219a0da16909c3dface0d7;p=ns-moose.git Correcting type information --- diff --git a/src/devices/bridge/model/bridge-net-device.cc b/src/devices/bridge/model/bridge-net-device.cc index 83a7122..167945f 100644 --- a/src/devices/bridge/model/bridge-net-device.cc +++ b/src/devices/bridge/model/bridge-net-device.cc @@ -45,8 +45,8 @@ BridgeNetDevice::GetTypeId (void) MakeUintegerChecker ()) .AddAttribute ("StateSize", "The size of the State Table", UintegerValue (8000), - MakeUintegerAccessor (&BridgeNetDevice::SetStateSize, - &BridgeNetDevice::GetStateSize), + MakeUintegerAccessor (&BridgeNetDevice::SetMaxStateSize, + &BridgeNetDevice::GetMaxStateSize), MakeUintegerChecker ()) .AddAttribute ("EnableLearning", "Enable the learning mode of the Learning Bridge",