···101101int
102102ipc_server_main_common(const struct ipc_server_main_info *ismi, const struct ipc_server_callbacks *iscb, void *data);
103103104104+/*!
105105+ * Asks the server to shut down, this call is asynchronous and will return
106106+ * immediately. Use callbacks to be notified when the server stops.
107107+ *
108108+ * @memberof ipc_server
109109+ */
110110+int
111111+ipc_server_stop(struct ipc_server *s);
104112105113#ifndef XRT_OS_ANDROID
106114