------------------------------------------------------------
revno: 381
committer: Jean-Vincent Loddo <lo...@lipn.univ-paris13.fr>
branch nick: ocamlbricks
timestamp: Fri 2013-11-01 15:19:37 +0100
message:
  Added functions to get or kill children or all descendants in Shell (using 
the command `ps'):
  type pid = int
  val get_children : ?pid:int -> unit -> pid list
  val get_descendants : ?pid:int -> unit -> pid list
  val kill_descendants : ?pid:int -> unit -> unit
modified:
  SHELL/shell.ml
  SHELL/shell.mli


--
lp:ocamlbricks
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk

Your team marionnet-dev is subscribed to branch lp:ocamlbricks.
To unsubscribe from this branch go to 
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription

_______________________________________________
Mailing list: https://launchpad.net/~marionnet-dev
Post to     : marionnet-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~marionnet-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to