]> mj.ucw.cz Git - libucw.git/commit
Resources: Implemented subpools
authorMartin Mares <mj@ucw.cz>
Sun, 17 Apr 2011 15:21:53 +0000 (17:21 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 17 Apr 2011 15:21:53 +0000 (17:21 +0200)
commitc41d616c80443a7755eab3e9135ae618427e5407
tree73aa9c24e963788185137c61f66360905733f061
parentb178c611f0430381dad9931817ffb1a071e78df3
Resources: Implemented subpools

I also had to extend the pool/resource dumping functions, so that
they can print complex structures. All functions pass the amount
of indent to apply and the resource->dump callback is expected
to include a `\n' after its output.
ucw/Makefile
ucw/fastbuf.c
ucw/res-fd.c
ucw/res-mem.c
ucw/res-subpool.c [new file with mode: 0644]
ucw/respool.c
ucw/respool.h
ucw/trans.c