]> git.tuebingen.mpg.de Git - paraslash.git/commit
btr support for para_client.
authorAndre Noll <maan@systemlinux.org>
Fri, 15 Jan 2010 05:46:03 +0000 (06:46 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 15 Jan 2010 05:46:03 +0000 (06:46 +0100)
commitfc100a582159c001bd5eb2244f314343309bb503
treef1beec590e29cc0c780a793802ed69f8bce1cd74
parentb8caed98bbe13587dfb3f59d5c53746a6c6f70a8
btr support for para_client.

The use of the client code in audiod requires a node to be inserted
as the _parent_ of some existing node, which was not neccessary
before. Therefore a new btrn pointer for the child node is added to
struct btr_node_description and btr_new_node() is adjusted accordingly.

The patch also adds a small helper sched_request_barrier() to
the scheduler.
audiod.c
buffer_tree.c
buffer_tree.h
client.c
client.h
client_common.c
sched.c
sched.h