SCM Repository
[smlnj] Diff of /sml/trunk/src/cm/concur/unix-servers.sml
Diff of /sml/trunk/src/cm/concur/unix-servers.sml
Parent Directory
|
Revision Log
|
Patch
189 |
|
|
190 |
fun kill name = |
fun kill name = |
191 |
shutdown (name, fn (S { proc = p, ... }) => |
shutdown (name, fn (S { proc = p, ... }) => |
192 |
Unix.kill (p, Posix.Signal.kill)) |
Unix.kill (p, Posix.Signal.term)) |
193 |
|
|
194 |
fun start { name, cmd, pathtrans, pref } = let |
fun start { name, cmd, pathtrans, pref } = let |
195 |
val _ = stop name |
val _ = stop name |
|
Legend:
Removed from v.464 |
|
changed lines |
|
Added in v.465 |
|
|