Reorganize common code (for msgs, names...) to be used across tr components.
authorMargaret Wasserman <mrw@debian.(none)>
Mon, 17 Dec 2012 19:56:05 +0000 (14:56 -0500)
committerMargaret Wasserman <mrw@debian.(none)>
Mon, 17 Dec 2012 19:56:05 +0000 (14:56 -0500)
commit22b24d3ea4e5da07cd3c1ad3a12241b5f3cd8ac8
tree73584901c8a4cf0a66bc03069af2c982c349da4d
parent327f886dc37441cdd3ef47fb045a50e6a2dbfde8
Reorganize common code (for msgs, names...) to be used across tr components.
12 files changed:
Makefile.am
common/tr_config.c
common/tr_msg.c [moved from tpq/tpq_json.c with 89% similarity]
common/tr_name.c [moved from tpq/tpq_common.c with 88% similarity]
include/tpq.h
include/tr.h [moved from include/trust_router.h with 94% similarity]
include/tr_config.h [new file with mode: 0644]
include/tr_msg.h [new file with mode: 0644]
include/tr_name.h [new file with mode: 0644]
tpq/example/tpqs_main.c
tr/tr_config.c [new file with mode: 0644]
tr/tr_main.c