Skip to content
Snippets Groups Projects

Fixes for multi swap in net buffers

Merged Nicolas Pope requested to merge bug/chunksync2 into master
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -76,7 +76,7 @@ class Source : public ftl::Configurable {
/**
* Between frames, do any required buffer swaps.
*/
void swap() { if (impl_) impl_->swap(); }
void swap() { if (impl_) impl_->swap(); LOG(INFO) << "SWAP SV " << timestamp_; }
/**
* Do any post-grab processing. This function
Loading