genode/tool/run/load.inc

8 lines
116 B
PHP
Raw Normal View History

2015-01-08 22:08:48 +01:00
##
# Get the spawn_id of the load process
#
proc load_spawn_id { } {
global load_spawn_id
return $load_spawn_id
}