#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"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 1144 of file BaseOverlay.cc.
Referenced by SendToKeyListener::SendToKeyListener(), and SendToKeyListener::~SendToKeyListener().
1.5.8