- added 'sicscron list' and 'dolater list' command

This commit is contained in:
zolliker
2008-06-13 11:09:38 +00:00
parent e6f7b61295
commit 760b2dfb4c
4 changed files with 56 additions and 16 deletions

View File

@ -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 @{
/*----------------------------------------------------------------------------