Adding Broker ifdefs for new remote logging code.

This commit is contained in:
Robin Sommer 2017-02-17 16:28:20 -08:00
parent a5e9a535a5
commit 511ca9e043
5 changed files with 16 additions and 2 deletions

View file

@ -214,12 +214,14 @@ void WriterFrontend::Write(int arg_num_fields, Value** vals)
num_fields,
vals);
#ifdef ENABLE_BROKER
broker_mgr->Log(stream,
writer,
info->path,
num_fields,
vals,
remote_flags);
#endif
}
if ( ! backend )