]> sourceware.org Git - dm.git/commit
o Initial draft of libmultilog - a logging library that, eventually, will
authorAJ Lewis <alewis@redhat.com>
Thu, 28 Apr 2005 22:18:22 +0000 (22:18 +0000)
committerAJ Lewis <alewis@redhat.com>
Thu, 28 Apr 2005 22:18:22 +0000 (22:18 +0000)
commit31e85d42c1435d0c29afad1abbd00e706bb026a4
tree4097fae9bd1c01a4620a2b9a56b02a79c0c2815f
parent0d58c17fd20101f6052f11fada564b90d2d8c6b9
 o Initial draft of libmultilog - a logging library that, eventually, will
   offer the same logging facilities as the logging in lvm2, plus a
   non-blocking logging for syslog, plus anything else that people think it
   needs.  Currently only the non-blocking syslog logging is implemented.
 o This library requires pthreads
multilog/.exported_symbols [new file with mode: 0644]
multilog/Makefile.in [new file with mode: 0644]
multilog/libmultilog.c [new file with mode: 0644]
multilog/libmultilog.h [new file with mode: 0644]
multilog/tests/Makefile.in [new file with mode: 0644]
multilog/tests/test-multilog.c [new file with mode: 0644]
This page took 0.026153 seconds and 5 git commands to generate.