Refactor to move task code out of tr_main.c.
authorJennifer Richards <jennifer@painless-security.com>
Tue, 24 May 2016 01:37:49 +0000 (21:37 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Tue, 24 May 2016 01:40:30 +0000 (21:40 -0400)
commit452fd8827d3ff031eaf7ce200b75b7d239d9ea63
treefaa79c792aad64ec8631e429efb92a8c4c8ac652
parent7a7f4079644a03d967616134db12b271390b75f7
Refactor to move task code out of tr_main.c.
Makefile.am
include/tr_cfgwatch.h [new file with mode: 0644]
include/tr_event.h [new file with mode: 0644]
include/tr_tid.h [new file with mode: 0644]
tr/tr_cfgwatch.c [new file with mode: 0644]
tr/tr_event.c [new file with mode: 0644]
tr/tr_main.c
tr/tr_tid.c [new file with mode: 0644]