[FUATERE] add ioctl send
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Wed, 3 Jul 2013 13:07:33 +0000 (17:07 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Wed, 3 Jul 2013 13:07:33 +0000 (17:07 +0400)
commit549fb176ae1f5dee3c8ee87712cd93ba48fef1f9
tree988a76c6734ad96fdbb0e0033029a62d88569f83
parent53ae7605ee2c214568f51c1ffceb9f974893d062
[FUATERE] add ioctl send

 - ioctl add
 - debugs move to debug.c debug.h
16 files changed:
daemon/Makefile
daemon/buffer.c
daemon/da_data.c
daemon/da_protocol.c
daemon/da_protocol.h
daemon/daemon.c
daemon/daemon.h
daemon/debug.c [new file with mode: 0644]
daemon/debug.h [new file with mode: 0644]
daemon/ioctl_commands.c [new file with mode: 0644]
daemon/ioctl_commands.h
daemon/main.c
daemon/sys_stat.c
daemon/threads.c
daemon/transfer_thread.c
daemon/utils.c