mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
[kernel] Add missing zero_ok changes
This change adds some changes I missed as part of the previous (see
da5c1e9) zero_ok change.
This commit is contained in:
@@ -15,7 +15,7 @@ object system : object {
|
||||
|
||||
# Get a log line from the kernel log
|
||||
method get_log [cap:get_log] {
|
||||
param buffer buffer [out optional] # Buffer for the log message data structure
|
||||
param buffer buffer [out zero_ok] # Buffer for the log message data structure
|
||||
}
|
||||
|
||||
# Ask the kernel to send this process messages whenever
|
||||
|
||||
Reference in New Issue
Block a user