diff options
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/colo.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stubs/colo.c b/stubs/colo.c index cf9816d..f33379d 100644 --- a/stubs/colo.c +++ b/stubs/colo.c @@ -10,11 +10,9 @@ void colo_shutdown(void) { } -void *colo_process_incoming_thread(void *opaque) +int coroutine_fn colo_incoming_co(void) { - error_report("Impossible happend: trying to start COLO thread when COLO " - "module is not built in"); - abort(); + return 0; } void colo_checkpoint_delay_set(void) |