mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run: modularize run tool
This commit is contained in:
committed by
Christian Helmuth
parent
febca1b827
commit
c706b1c0a7
7
tool/run/log.inc
Normal file
7
tool/run/log.inc
Normal file
@@ -0,0 +1,7 @@
|
||||
##
|
||||
# Get the spawn_id of the output process
|
||||
#
|
||||
proc output_spawn_id { } {
|
||||
global output_spawn_id
|
||||
return $output_spawn_id
|
||||
}
|
||||
Reference in New Issue
Block a user