]> git.pond.sub.org Git - empserver/commit
(dodistribute): Work directly on item arrays instead of copies made by
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 10 Mar 2004 18:32:42 +0000 (18:32 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 10 Mar 2004 18:32:42 +0000 (18:32 +0000)
commit9ad7afbf17dfc8587a6c8d8dd8d020ee5e823f4f
tree9ad3cc381efc63a1ec01e26caeb72704838b1293
parentd68a0b96c62b31cc7bf6ca72cb04ec55cea6b013
(dodistribute): Work directly on item arrays instead of copies made by
getvec().  This is safe, because the old code made single copies and
always flushed them back into the unit structures.
src/lib/update/distribute.c