Added muthread and logging library components.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 27 Nov 2008 03:38:43 +0000 (04:38 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 27 Nov 2008 03:59:50 +0000 (04:59 +0100)
commitddf9919274745e46fc8005f8a86d9b58500b628e
treeb611e4f40b42d276aebda55b9f571ee0127e2967
parentf0bbedf750f1530ec05bf2b8122479c924bbf2fe
Added muthread and logging library components.
lib/Makefile.am
lib/log.c [new file with mode: 0644]
lib/log.h [new file with mode: 0644]
lib/mt.c [new file with mode: 0644]
lib/mt.h [new file with mode: 0644]
lib/utils.c