]> git.sesse.net Git - cubemap/commitdiff
Add Metacube headers in add_data_deferred(), not add_data().
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 Apr 2013 13:56:57 +0000 (15:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 Apr 2013 13:56:57 +0000 (15:56 +0200)
This fixes a problem where Metacube blocks are not deterministically added
for each add_data() call (because they would only be added for each call to
process_queued_data()), causing the different servers to go out of sync.

Also moved most of this logic to Stream, where it seems more appropriate
(even though the mutexes are a bit odd now).


No differences found