To get this branch, use:
bzr branch
http://bzr.recompile.se/loggerhead/mandos/release
« back to all changes in this revision
Viewing changes to plugin-runner.c
* plugin-runner.c (struct plugin.completed): Changed type to "volatile
sig_atomic_t"; all uses
changed.
Show diffs side-by-side
added
removed
89
89
size_t buffer_size;
90
90
size_t buffer_length;
92
volatile bool completed;
92
volatile sig_atomic_t completed;
93
93
volatile int status;
94
94
struct plugin *next;
250
250
proc->status = status;
251
proc->completed = true;