/tilde/dkords/dev/repos/ccn-gatekeeper.git/ccnx-0.6.1/csrc/sync/SyncBase.c File Reference
Part of CCNx Sync.
More...
#include "SyncMacros.h"
#include "SyncActions.h"
#include "SyncBase.h"
#include "SyncPrivate.h"
#include "SyncUtil.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ccn/uri.h>
#include <ccnr/ccnr_msg.h>
#include <ccnr/ccnr_private.h>
#include <ccnr/ccnr_sync.h>
Functions |
void | SyncSetErrInner (struct SyncBaseStruct *base, enum SyncErrCode code, char *file, int line) |
void | SyncClearErr (struct SyncBaseStruct *base) |
struct SyncBaseStruct * | SyncNewBase (struct ccnr_handle *ccnr, struct ccn *ccn, struct ccn_schedule *sched) |
static int | getEnvLimited (char *key, int lo, int hi, int def) |
void | SyncInit (struct SyncBaseStruct *bp) |
void | SyncFreeBase (struct SyncBaseStruct **bp) |
int | SyncNotifyContent (struct SyncBaseStruct *base, int enumeration, ccnr_accession item, struct ccn_charbuf *name) |
void | SyncShutdown (struct SyncBaseStruct *bp) |
Detailed Description
Part of CCNx Sync.