mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-14 12:43:26 +02:00
The SQLiteAgent enables SQLiteCLA to read packages from the database and return them to μD3TN. For this purpose, the SQLiteAgent writes commands to the queue that SQLiteCLA is waiting for. The SQLiteAgent itself can be controlled by protobuf messages that describe which action is to be applied to which set of bundles. Currently the operations "Push" and "Delete" are implemented and a filter based on a destination EID pattern. Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
16 lines
338 B
C
16 lines
338 B
C
/* Automatically generated nanopb constant definitions */
|
|
/* Generated by nanopb-0.4.8 */
|
|
|
|
#include "agents/sqlite/sqlite_agent.pb.h"
|
|
#if PB_PROTO_HEADER_VERSION != 40
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
#endif
|
|
|
|
PB_BIND(BundleFilter, BundleFilter, AUTO)
|
|
|
|
|
|
PB_BIND(StorageCall, StorageCall, AUTO)
|
|
|
|
|
|
|
|
|