diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a348b6b..1aedde3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2010-11-17 Marcus Brinkmann <[email protected]> + + * gpgcedev.c (struct pipeimpl_s): Add member monitor_rvid. + (struct monitor_s, monitor_t): New types. + (monitor_table, monitor_table_size): New static variables. + (pipeimpl_new): Initialize monitor_rvid. + (allocate_monitor): New function. + (make_pipe): Also try the monitor_table if the opnctx_table fails. + (monitor): Renamed to ... + (monitor_main): ... this. Remove from monitor_table when done. + (assign_rvid): Add to monitor table when creating monitor thread. + 2010-11-15 Werner Koch <[email protected]> * gpgcedev.c (GPG_Init): Read debug settings. |