getPluginValue(bpContext *ctx, pVariable var, void *value)
Bacula will call this entry point to get a value from the plugin. This
entry point is currently not called.
See also
newPlugin(bpContext *ctx)
freePlugin(bpContext *ctx)
setPluginValue(bpContext *ctx, pVariable var, void *value)
handlePluginEvent(bpContext *ctx, bEvent *event, void *value)
startBackupFile(bpContext *ctx, struct save_pkt *sp)
endBackupFile(bpContext *ctx)
startVerifyFile(bpContext *ctx, struct save_pkt *sp)
startRestoreFile(bpContext *ctx, const char *cmd)
createFile(bpContext *ctx, struct restore_pkt *rp)
setFileAttributes(bpContext *ctx, struct restore_pkt *rp)
endRestoreFile(bpContext *ctx)
pluginIO(bpContext *ctx, struct io_pkt *io)
bool checkFile(bpContext *ctx, char *fname)
bRC queryParameter(bpContext *ctx, struct query_pkt *qp)
See also
Previous articles:
pluginIO(bpContext \*ctx, struct io_pkt \*io)
setPluginValue(bpContext \*ctx, pVariable var, void \*value)
setFileAttributes(bpContext \*ctx, struct restore_pkt \*rp)
bool checkFile(bpContext \*ctx, char \*fname)
startVerifyFile(bpContext \*ctx, struct save_pkt \*sp)
startRestoreFile(bpContext \*ctx, const char \*cmd)
createFile(bpContext \*ctx, struct restore_pkt \*rp)
endBackupFile(bpContext \*ctx)
startBackupFile(bpContext \*ctx, struct save_pkt \*sp)
freePlugin(bpContext \*ctx)
bRC queryParameter(bpContext \*ctx, struct query_pkt \*qp)
newPlugin(bpContext \*ctx)
Next articles:
Go back to: Plugin EntryPoints.