#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.
Compounds | |
| class | AgentClass |
Defines | |
| #define | min(a, b) (((a) < (b)) ? (a) : (b)) |
Variables | |
| const char | rcsid [] |
| AgentClass | class_agent |
|
|
|
|
|
|
|
|
Initial value:
"@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/common/agent.cc,v 1.74 2002/06/14 23:15:02 yuri Exp $ (LBL)"
|
1.3.3