- added 'sicscron list' and 'dolater list' command
This commit is contained in:
2
event.w
2
event.w
@ -83,6 +83,7 @@ possible codes are defined.
|
||||
#define TOKENGRAB 302
|
||||
#define TOKENRELEASE 303
|
||||
#define COMLOG 304
|
||||
#define CRONLIST 305
|
||||
@}
|
||||
\begin{description}
|
||||
\item[SICSINT] An interrupt has ocurred. The signal data is the interrupt
|
||||
@ -92,6 +93,7 @@ data is the string to send.
|
||||
\item[TOKENGRAB] A connection has successfully grabbed the control token.
|
||||
\item[TOKENRELEASE] A connection has released the control token.
|
||||
\item[COMLOG] A command log message. This is to implement listen mode to the command log.
|
||||
\item[CRONLIST] Tell the cron tasks to inform about themselves.
|
||||
\end{description}
|
||||
@o event.h -d @{
|
||||
/*----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user