|
Contiki 2.5
|
#include <stdint.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include "lib/list.h"#include "process.h"#include "logging.h"#include "bundle.h"#include "api.h"#include "registration.h"#include "statusreport.h"#include "sdnv.h"#include "agent.h"#include "custody.h"#include "statistics.h"#include "storage.h"#include "delivery.h"Go to the source code of this file.
Functions | |
| void | delivery_unblock_service (struct mmem *bundlemem) |
| unblocks a service that was previously delivering a bundle More... | |
| int | delivery_deliver_bundle (struct mmem *bundlemem) |
| Delivers bundle to a local service. More... | |
Definition in file delivery.c.
1.8.3.1