}
-/* ---------------
- * Command srv-list
- * ---------------
+/* -------------------
+ * Command server-list
+ * -------------------
*/
static const vshCmdInfo info_srv_list[] = {
}
-/* ---------------------------
- * Command srv-threadpool-info
- * ---------------------------
+/* ------------------------------
+ * Command server-threadpool-info
+ * ------------------------------
*/
static const vshCmdInfo info_srv_threadpool_info[] = {
return ret;
}
-/* --------------------------
- * Command srv-threadpool-set
- * --------------------------
+/* -----------------------------
+ * Command server-threadpool-set
+ * -----------------------------
*/
static const vshCmdInfo info_srv_threadpool_set[] = {
goto cleanup;
}
-/* ------------------------
- * Command srv-clients-list
- * ------------------------
+/* ---------------------------
+ * Command server-clients-list
+ * ---------------------------
*/
static const vshCmdInfo info_srv_clients_list[] = {
return ret;
}
-/* ------------------------
- * Command srv-clients-info
- * ------------------------
+/* ---------------------------
+ * Command server-clients-info
+ * ---------------------------
*/
static const vshCmdInfo info_srv_clients_info[] = {
return ret;
}
-/* -----------------------
- * Command srv-clients-set
- * -----------------------
+/* --------------------------
+ * Command server-clients-set
+ * --------------------------
*/
static const vshCmdInfo info_srv_clients_set[] = {
goto cleanup;
}
-/* ------------------------
- * Command srv-update-tls
- * ------------------------
+/* --------------------------
+ * Command server-update-tls
+ * --------------------------
*/
static const vshCmdInfo info_srv_update_tls_file[] = {
{.name = "help",