bRC registerBaculaEvents(bpContext *ctx, …)
This Bacula entrypoint will allow you to register to receive events that are not automatically passed to your plugin by default. This entrypoint currently is unimplemented.
See also
bRC getBaculaValue(bpContext *ctx, bVariable var, void *value)
bRC setBaculaValue(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.
See also
Previous articles:
bRC getBaculaValue(bpContext \*ctx, bVariable var, void \*value)
void baculaFree(bpContext \*ctx, const char \*file, int line, void \*mem)
bRC setBaculaValue(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)
Go back to: Bacula Plugin Entrypoints.