genode/tool/run/load.inc

10 lines
166 B
PHP
Raw Normal View History

2015-01-08 21:08:48 +00:00
##
# Get the spawn_id of the load process
#
proc load_spawn_id { } {
global load_spawn_id
if {[info exists load_spawn_id]} {
return $load_spawn_id }
return -1
2015-01-08 21:08:48 +00:00
}