]> jfr.im git - irc/thales.git/blob - src/workers_registration.c
Added Linux-style inheritance implementation for workers.
[irc/thales.git] / src / workers_registration.c
1 #include "workers_registration.h"
2 struct registered_worker_creator {
3 worker_creator creator;
4 const char *typename;
5 };