|
| iMatix home page | << | < | > | >> |
SMTVersion 2.81 |
Filename: smtupm.h
Package: Libero SMT 2.x
Written: 1996/09/10 iMatix SMT kernel team smt@imatix.com
Revised: 1997/09/08
Copyright: Copyright (c) 1991-2000 iMatix Corporation
Defines constants, messages, and prototypes for the UPM (unattended process monitor) agents.
smtupm.h defines these symbols, possibly conditionally:
| Symbol: | Defined as: |
|---|---|
| SMT_UPMC | "smtupmc" /* Name of UPM client agent */ |
| SMT_UPMD | "smtupmd" /* Name of UPM daemon agent */ |
| SMT_UPM_MESSAGE | "ds" |
| SMT_UPM_PORT | "5050" /* Port for UPM connection */ |
| UPM_ERROR | 201 /* Reply fatal error */ |
| UPM_HALT | 101 /* Halt UPM and processes */ |
| UPM_HALTING | 202 /* Reply halting UPM */ |
| UPM_LIST | 100 /* List processes */ |
| UPM_READY | 200 /* Reply ready for command */ |
| UPM_START | 102 /* Start-up a process */ |
| UPM_START_ERROR | 209 /* Reply task could not be started */ |
| UPM_START_OK | 208 /* Reply task started ok */ |
| UPM_STATUS | 104 /* Enquire process status */ |
| UPM_STOP | 103 /* Shut-down a process */ |
| UPM_STOP_ERROR | 211 /* Reply task could not be stopped */ |
| UPM_STOP_OK | 210 /* Reply task stopped ok */ |
| UPM_TASK_ID | 203 /* Reply task name */ |
| UPM_TASK_NF | 205 /* Reply unknown task */ |
| UPM_TASK_OK | 204 /* Reply task status */ |
| UPM_TASK_RUNNING | 206 /* Reply task is running */ |
| UPM_TASK_STOPPED | 207 /* Reply task is not running */ |
| _SMTUPM_INCLUDED | TRUE |
| | << | < | > | >> |
|