Skip to content

Commit

Permalink
Merge pull request bareos#1805
Browse files Browse the repository at this point in the history
docs: improve pluginAPI docs
  • Loading branch information
BareosBot authored May 8, 2024
2 parents 5037b21 + e1eb7de commit 8be3e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/manuals/source/DeveloperGuide/pluginAPI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8be3e4b

Please sign in to comment.