Skip to content
Snippets Groups Projects
Commit ad4af220 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add startup_t set_state callback support

Replaces the status(), started() and terminated() callbacks, in this case.

set_state() is called from a single thread (unlike status() was), so no mutex should be needed here.

Don't do the cursor dance. We have multiple servers, so reflecting their state in the cursor is not really accurate.

I'll clean-up the commented-out code after some more testing.
parent a345dbfa
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment