Changeset 102f641 in mainline for uspace/srv/locsrv/locsrv.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/locsrv/locsrv.c

    r241f1985 r102f641  
    608608
    609609        list_append(&service->server_services, &service->server->services);
    610        
     610
    611611        fibril_mutex_unlock(&service->server->services_mutex);
    612612        fibril_condvar_broadcast(&services_list_cv);
     
    841841        int flags = ipc_get_arg1(icall);
    842842        bool start_requested = false;
    843        
     843
    844844recheck:
    845845
     
    853853         */
    854854        if (svc == NULL) {
    855                 /* TODO:
     855                /*
     856                 * TODO:
    856857                 * Consider non-blocking service start, return some dummy id
    857858                 * and block only after connection request (actually makes more
     
    892893                async_answer_0(icall, rc);
    893894        }
    894        
     895
    895896        fibril_mutex_unlock(&services_list_mutex);
    896897        free(ns_name);
Note: See TracChangeset for help on using the changeset viewer.