diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e07df56cc0..bda9fae656e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - docs: improvements for droplet, jobdefs [PR #1581] - docs: fix Pool explanation for migration jobs [PR #1728] - github: introduce template for issues [PR #1716] +- docs: improve pluginAPI docs [PR #1805] ### Fixed - dird: fix `purge oldest volume` [PR #1628] @@ -157,4 +158,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [PR #1772]: https://github.com/bareos/bareos/pull/1772 [PR #1786]: https://github.com/bareos/bareos/pull/1786 [PR #1788]: https://github.com/bareos/bareos/pull/1788 +[PR #1805]: https://github.com/bareos/bareos/pull/1805 [unreleased]: https://github.com/bareos/bareos/tree/master diff --git a/docs/manuals/source/DeveloperGuide/pluginAPI.rst b/docs/manuals/source/DeveloperGuide/pluginAPI.rst index 2912b3f9c47..81180efb642 100644 --- a/docs/manuals/source/DeveloperGuide/pluginAPI.rst +++ b/docs/manuals/source/DeveloperGuide/pluginAPI.rst @@ -740,7 +740,7 @@ time values for the directory entry. setFileAttributes(bpContext \*ctx, struct restore_pkt \*rp) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -This is call not yet implemented. Called for a command plugin. +Called for a command plugin. See the definition of **restore_pkt** in the above section.