bRC setBaculaValue(bpContext *ctx, bVariable var, void *value)
Calling this entrypoint allows you to set particular values in Bacula. The only variable that can currently be set is bVarFileSeen and the value passed is a char * that points to the full filename for a file that you are indicating has been seen and hence is not deleted.
See also
bRC getBaculaValue(bpContext *ctx, bVariable var, void *value)
bRC DebugMessage(bpContext *ctx, const char *file, int line, int level, const char *fmt, …)
void baculaMalloc(bpContext *ctx, const char *file, int line, size_t size)
void baculaFree(bpContext *ctx, const char *file, int line, void *mem)
Possible Next Steps
Go back to Bacula Plugin Entrypoints.
Go back to Bacula FD Plugin API.
Go back to Developer Guide.