|
Contiki 2.5
|
#include <stdlib.h>#include <string.h>#include "clock.h"#include "timer.h"#include "net/netstack.h"#include "net/rime/rimeaddr.h"#include "mmem.h"#include "lib/memb.h"#include "logging.h"#include "node-id.h"#include "api.h"#include "registration.h"#include "bundle.h"#include "storage.h"#include "sdnv.h"#include "redundancy.h"#include "dispatching.h"#include "routing.h"#include "dtn_network.h"#include "custody.h"#include "discovery.h"#include "statistics.h"#include "convergence_layer.h"#include "hash.h"#include "agent.h"Go to the source code of this file.
Functions | |
| void | agent_init (void) |
| Bundle Protocols initialisation. More... | |
Definition in file agent.c.
1.8.3.1