mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
8 lines
124 B
PHP
8 lines
124 B
PHP
##
|
|
# Get the spawn_id of the output process
|
|
#
|
|
proc output_spawn_id { } {
|
|
global output_spawn_id
|
|
return $output_spawn_id
|
|
}
|