Changeset 102f641 in mainline for uspace/srv/locsrv/locsrv.c
- Timestamp:
- 2019-09-02T19:01:50Z (5 years ago)
- Children:
- 25697163
- Parents:
- 241f1985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.c
r241f1985 r102f641 608 608 609 609 list_append(&service->server_services, &service->server->services); 610 610 611 611 fibril_mutex_unlock(&service->server->services_mutex); 612 612 fibril_condvar_broadcast(&services_list_cv); … … 841 841 int flags = ipc_get_arg1(icall); 842 842 bool start_requested = false; 843 843 844 844 recheck: 845 845 … … 853 853 */ 854 854 if (svc == NULL) { 855 /* TODO: 855 /* 856 * TODO: 856 857 * Consider non-blocking service start, return some dummy id 857 858 * and block only after connection request (actually makes more … … 892 893 async_answer_0(icall, rc); 893 894 } 894 895 895 896 fibril_mutex_unlock(&services_list_mutex); 896 897 free(ns_name);
Note:
See TracChangeset
for help on using the changeset viewer.