My first attempt to synchronize OPTYap with CVS
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@916 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -84,7 +84,7 @@ int p_share_work(void) {
|
||||
share_private_nodes(worker_q);
|
||||
if ((son = fork()) == 0) {
|
||||
worker_id = worker_q; /* child becomes requesting worker */
|
||||
LOCAL = REMOTE+worker_id;
|
||||
LOCAL = REMOTE + worker_id;
|
||||
LOCAL_reply_signal = ready;
|
||||
PUT_IN_REQUESTABLE(worker_id);
|
||||
PUT_BUSY(worker_id);
|
||||
|
Reference in New Issue
Block a user