Changes in uspace/lib/c/generic/async.c [c170438:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
rc170438 r58563585 991 991 * @param callid Hash of the incoming call. 992 992 * @param call Data of the incoming call. 993 * 993 994 */ 994 995 static void process_notification(ipc_callid_t callid, ipc_call_t *call) … … 1316 1317 fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data; 1317 1318 unsigned oldsw = fibril->switches; 1318 1319 1319 1320 process_notification(callid, call); 1320 1321 1321 1322 if (oldsw != fibril->switches) { 1322 1323 /* … … 1334 1335 fibril_switch(FIBRIL_FROM_DEAD); 1335 1336 } 1337 1336 1338 return; 1337 1339 }
Note:
See TracChangeset
for help on using the changeset viewer.