bareos: bareos-16.2-droplet 67eb24aa

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-16.2-droplet 2017-11-09 21:11 bareos-16.2-droplet 87acba4c Pending
Changeset stored: Only pass the data pointer to the update function.

We do not have to expose the internal structure used on the ordered
circular list when calling the update function. We more or less cloned
the compare function which is used by the dlist::binary_insert()
method which operates on the actual list item and not on the data
contained in that list item.
mod - src/lib/ordered_cbuf.c Diff File
mod - src/stored/backends/chunked_device.c Diff File