#include <assert.h>
#include <stdlib.h>
#include "config.h"
#include "agent.h"
#include "ip.h"
#include "flags.h"
#include "address.h"
#include "app.h"
Include dependency graph for agent.cc:

Go to the source code of this file.
Data Structures | |
| class | AgentClass |
Defines | |
| #define | min(a, b) (((a) < (b)) ? (a) : (b)) |
Variables | |
| AgentClass | class_agent |
| static const char | rcsid [] |
|
|
|
|
|
|
Initial value:
"@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/common/agent.cc,v 1.78 2005/07/13 03:51:23 tomh Exp $ (LBL)"
|
1.4.6