Erlang Mailing Lists

Author Message

<  Erlang bugs mailing list  ~  System messages documentation

Guest
Posted: Tue Jul 31, 2007 10:11 pm Reply with quote
Guest
I'm not sure about whole chapter describing module sys, but at least
format of get_modules message and its expected reply should be fixed.
The document said: "This message is {get_modules, From}. The reply to
this message is From ! {modules, Modules}, where Modules is a list of
the currently active modules in the process."
But actually message pattern is: {Label, {From, MRef}, get_modules}, and
response should be in form {MRef, Modules}, where Label in current
implementation seems to be equal to From, and MRef is reference (used
internally, returned by erlang:monitor/2).
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum