bareos: bareos-19.2 427000f5

Author Committer Branch Timestamp Parent
arogge arogge bareos-19.2 2020-02-06 15:59 bareos-19.2 253c4a73 Pending
Changeset lib: add overload Mmsg() for std::vector<char>

Previously Mmsg() would only write into a POOLMEM or PoolMem. This patch
adds another overload that allows Mmsg() to write to a std::vector<char>
and to automatically resize that vector as needed.

(cherry picked from commit ffc074b00db41d50591eee9036407596617e3a69)
mod - core/src/include/baconfig.h Diff File
mod - core/src/lib/message.cc Diff File
mod - core/src/lib/message.h Diff File