#include <cassert>
#include <RpcMacros.h>
#include <UDPAppBase.h>
#include <UDPSocket.h>
#include <IPAddressResolver.h>
#include <NotificationBoard.h>
#include <GlobalNodeListAccess.h>
#include <UnderlayConfiguratorAccess.h>
#include <GlobalStatisticsAccess.h>
#include <GlobalParametersAccess.h>
#include <LookupListener.h>
#include <RecursiveLookup.h>
#include <IterativeLookup.h>
#include <BootstrapList.h>
#include "BaseOverlay.h"
#include <oversim_mapset.h>
#include <omnetpp.h>
#include <NodeVector.h>
#include <TopologyVis.h>
#include <INotifiable.h>
#include <BaseRpc.h>
#include <IterativeLookupConfiguration.h>
#include <InitStages.h>
Go to the source code of this file.
Classes | |
class | SendToKeyListener |
Variables | |
static int | pendingLookups = 0 |
Definition in file BaseOverlay.cc.
int pendingLookups = 0 [static] |
Definition at line 1194 of file BaseOverlay.cc.
Referenced by SendToKeyListener::SendToKeyListener(), and SendToKeyListener::~SendToKeyListener().