]> jfr.im git - irc/thales.git/commit
Added Linux-style inheritance implementation for workers.
authorDmitry Bogatov <redacted>
Wed, 17 Oct 2012 18:06:39 +0000 (22:06 +0400)
committerDmitry Bogatov <redacted>
Wed, 17 Oct 2012 18:06:39 +0000 (22:06 +0400)
commit29ceb06d9b180558221d9e7f3d323da5f56db20f
tree8b6762e4966178c82afb2e0fb8463731127468df
parentee0d0cf244397959d794cf6c4d19fe7c06e41bc0
Added Linux-style inheritance implementation for workers.
Begin log worker implementation.
TODO: Find apporiate solution for list.
src/irc.c [new file with mode: 0644]
src/irc.h [new file with mode: 0644]
src/log_worker.c [new file with mode: 0644]
src/log_worker.h [new file with mode: 0644]
src/worker.h [new file with mode: 0644]
src/workers_registration.c [new file with mode: 0644]
src/workers_registration.h [new file with mode: 0644]