aboutsummaryrefslogtreecommitdiffstats
path: root/scd/statusfd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented the STATUSFD mechanism.GNUPG-TRUNK-MO-HACKSMoritz Schulte2007-08-161-0/+28
2007-08-16 Moritz Schulte <[email protected]> * command.c: Include "statusfd.h". (cmd_statusfd): New function. (register_commands): New entry for STATUSFD command. (update_reader_status_file): Call statusfd_event_card_inserted and statusfd_event_card_removed on events. (scd_command_handler): Pass flags=3 to assuan_init_socket_server_ext (enabling fd passing). * statusfd.c, statusfd.h: New files. * Makefile.am (scdaemon_SOURCES): Added statusfd.c, statusfd.h. * NOTES-STATUSFD: New file.