more cleanup

This commit is contained in:
Tom Henderson
2008-05-02 09:21:01 -07:00
parent af58cc3026
commit f8a2add627
9 changed files with 22 additions and 32 deletions

View File

@@ -37,7 +37,7 @@ SocketPrinter (Ptr<Socket> socket)
static void
PrintTraffic (Ptr<Socket> socket)
{
socket->SetRecv_Callback (MakeCallback (&SocketPrinter));
socket->SetRecvCallback (MakeCallback (&SocketPrinter));
}
void