]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce pass_object_as_shm().
authorAndre Noll <maan@systemlinux.org>
Mon, 24 Mar 2008 15:04:21 +0000 (16:04 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 24 Mar 2008 15:04:21 +0000 (16:04 +0100)
commit19c44d502e169d4801449861e7ef0252e3b1dc5b
tree81eb3f317308a32837683803a06295cc14f5c0d8
parent0a3b9b83c371c71e41ba8470affef0fa0a7fba08
Introduce pass_object_as_shm().

This singles out the code for passing data from the callback
to the command handler. The plan is to change the callbacks
so that they call this function whenever the result buffer
is too large to fit into a shared memory area.
afs.c