void baculaFree(bpContext *ctx, const char *file, int line, void *mem)
This call permits you to free memory obtained from Bacula’s memory allocator.
See also
bRC registerBaculaEvents(bpContext *ctx, …)
bRC getBaculaValue(bpContext *ctx, bVariable var, void *value)
bRC setBaculaValue(bpContext *ctx, bVariable var, void *value)
bRC JobMessage(bpContext *ctx, const char *file, int line, int type, utime_t mtime, const char *fmt, …)
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)
See also
Previous articles:
Next articles:
bRC setBaculaValue(bpContext \*ctx, bVariable var, void \*value)
bRC JobMessage(bpContext \*ctx, const char \*file, int line, int type, utime_t mtime, const char \*fmt, ...)
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)
bRC registerBaculaEvents(bpContext \*ctx, ...)
Go back to: Bacula Plugin Entrypoints.