shutdown_handlerRegular
4.4: ✅struct shutdown_handler {
const char *command;
void (*cb)();
};
4.8: ✅struct shutdown_handler {
const char *command;
void (*cb)();
};
4.10: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
4.13: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
4.15: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
4.18: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.0: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.3: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.4: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.8: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.11: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.13: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.15: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
5.19: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
6.2: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
6.5: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
6.8: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
arm64: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
azure: Absent ⚠️
gcp: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
lowlatency: ✅struct shutdown_handler {
const const char[11] command;
bool flag;
void (*cb)();
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ⚠️bool flag
const char *command ➡️ const const char[11] command
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
generic and aws ✅
generic and gcp ✅
generic and lowlatency ✅