#include <oasys/util/OptParser.h>#include "Link.h"#include "ContactManager.h"#include "AlwaysOnLink.h"#include "OndemandLink.h"#include <set>#include "bundling/BundleDaemon.h"#include "bundling/BundleEvent.h"#include "conv_layers/ConvergenceLayer.h"#include "naming/EndpointIDOpt.h"#include "routing/RouterInfo.h"Go to the source code of this file.
Namespaces | |
| namespace | dtn |
Namespace for the dtn daemon source code. | |
Defines | |
| #define | ASSERT_STATE(condition) |
| #define ASSERT_STATE | ( | condition | ) |
if (!(condition)) { \ log_err("set_state %s -> %s: expected %s", \ state_to_str(state()), \ state_to_str(new_state), \ #condition); \ }
1.6.3