update AsyncLogWriter::performIO() to take the vector by reference
Summary: Update the `AsyncLogWriter::performIO()` API to take the vector of messages by const reference, rather than by modifiable pointer. This parameter is purely an input parameter, and shouldn't be modified by the `performIO()` code, so it makes more sense to take this as const reference. Differential Revision: D21367425 fbshipit-source-id: 4bbf3a58dd48bb620101ec3982b189bea656b301
Showing
Please register or sign in to comment