Id -> I
This commit is contained in:
parent
6472457342
commit
7cb3b7ca8a
|
@ -19,7 +19,7 @@
|
||||||
-define(GPROC_POOL(JoinOrLeave, Pool, I),
|
-define(GPROC_POOL(JoinOrLeave, Pool, I),
|
||||||
(begin
|
(begin
|
||||||
case JoinOrLeave of
|
case JoinOrLeave of
|
||||||
join -> gproc_pool:connect_worker(Pool, {Pool, Id});
|
join -> gproc_pool:connect_worker(Pool, {Pool, I});
|
||||||
leave -> gproc_pool:disconnect_worker(Pool, {Pool, I})
|
leave -> gproc_pool:disconnect_worker(Pool, {Pool, I})
|
||||||
end
|
end
|
||||||
end)).
|
end)).
|
||||||
|
|
Loading…
Reference in New Issue