Commit 6c9b6d14 authored by claes's avatar claes

Qcom request was to fast in mh_ApplConnect

parent 8dd6ddc7
......@@ -1702,6 +1702,7 @@ fromApplication (
mh_uApplReply reply;
mh_sHead *hp = (mh_sHead*) get->data;
qcom_sAid *aid = &get->sender;
struct timespec hold = {0, 10000};
get->reply = hp->qid;
......@@ -1732,6 +1733,10 @@ fromApplication (
break;
}
#if defined(OS_LINUX)
nanosleep(&hold, NULL);
#endif
applLogState(ap);
applReply(get, &reply, sizeof(reply));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment