#include <oasys/debug/DebugUtils.h>
#include <oasys/thread/SpinLock.h>
#include "Bundle.h"
#include "BundleDaemon.h"
#include "BundleList.h"
#include "ExpirationTimer.h"
#include "storage/GlobalStore.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. | |
Defines | |
#define | bool_to_str(x) ((x) ? "true" : "false") |
#define bool_to_str | ( | x | ) | ((x) ? "true" : "false") |
Referenced by dtn::Bundle::format_verbose().