Rename serve->has_control to serve->success.
This makes the use of this variable to signal an unexpected SIGTERM while migrating less confusing.
This commit is contained in:
@@ -235,7 +235,7 @@ void * control_runner( void * control_uncast )
|
||||
control_serve( control );
|
||||
|
||||
control_cleanup( control, 0 );
|
||||
return NULL;
|
||||
pthread_exit( NULL );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user