File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/Control/Distributed/Process Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 83
83
-- environment variable accepts the following flags, which enable tracing specific
84
84
-- event types:
85
85
--
86
- -- p = trace the spawning of new processes
87
- -- d = trace the death of processes
88
- -- n = trace registration of names (i.e., named processes)
89
- -- u = trace un-registration of names (i.e., named processes)
90
- -- s = trace the sending of messages to other processes
91
- -- r = trace the receipt of messages from other processes
92
- -- l = trace node up/down events
86
+ -- * @p@ = trace the spawning of new processes
87
+ -- * @d@ = trace the death of processes
88
+ -- * @n@ = trace registration of names (i.e., named processes)
89
+ -- * @u@ = trace un-registration of names (i.e., named processes)
90
+ -- * @s@ = trace the sending of messages to other processes
91
+ -- * @r@ = trace the receipt of messages from other processes
92
+ -- * @l@ = trace node up/down events
93
93
--
94
94
-- Users of the /simplelocalnet/ Cloud Haskell backend should also note that
95
95
-- because the trace file option only supports trace output from a single node
You can’t perform that action at this time.
0 commit comments