mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
10 lines
166 B
PHP
10 lines
166 B
PHP
##
|
|
# 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
|
|
}
|