]> git.proxmox.com Git - swtpm.git/commit
swtpm: move chardev's mainloop into own file
authorStefan Berger <stefanb@us.ibm.com>
Fri, 18 Mar 2016 18:27:07 +0000 (14:27 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 18 Mar 2016 18:27:09 +0000 (14:27 -0400)
commit320d90641e4edf4b43990dffc2fe510587f3721a
tree0f2fe8f72493d024b5384758ddab720b6a00a91c
parent7c0a033f96958e00f1dbdbc2a3335b633bd565b6
swtpm: move chardev's mainloop into own file

Move the swtpm chardev main loop into its own file for sharing
with the socket interface.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
src/swtpm/Makefile.am
src/swtpm/mainloop.c [new file with mode: 0644]
src/swtpm/mainloop.h [new file with mode: 0644]
src/swtpm/swtpm_chardev.c