[FEATURE] first version of binary protocol message parce and generation (daemon)
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Thu, 20 Jun 2013 15:33:28 +0000 (19:33 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Thu, 20 Jun 2013 15:33:28 +0000 (19:33 +0400)
commit4b1cf7b2dbf91d9144b88257dfa1070d6c56d55b
tree1f3a34bebe2f46ed00c71c657a62896dac359b08
parent601ac6e1424fc6b40a13f7a70de9e4107d5f9834
[FEATURE] first version of binary protocol message parce and generation (daemon)
13 files changed:
daemon/Makefile
daemon/da_command [deleted file]
daemon/da_data.c [new file with mode: 0644]
daemon/da_data.h [new file with mode: 0644]
daemon/da_protocol.c [new file with mode: 0644]
daemon/da_protocol.h [new file with mode: 0644]
daemon/daemon.c
daemon/daemon.h
daemon/main.c
daemon/sys_stat.c
daemon/sys_stat.h
daemon/threads.c
daemon/utils.c