version 1.6, 2025/04/01 20:11:46
|
version 1.7, 2025/04/02 02:16:27
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.7 2025/04/02 02:16:27 snw |
|
* Add fmadm status environment command and move journals to a better location |
|
* |
* Revision 1.6 2025/04/01 20:11:46 snw |
* Revision 1.6 2025/04/01 20:11:46 snw |
* Further work on fmadm |
* Further work on fmadm |
* |
* |
Line 89
|
Line 92
|
#define ACT_START 13 |
#define ACT_START 13 |
#define ACT_STOP 14 |
#define ACT_STOP 14 |
#define ACT_RESTART 15 |
#define ACT_RESTART 15 |
|
#define ACT_STATUS 16 |
|
|
#define OBJ_LOCK 0 |
#define OBJ_LOCK 0 |
#define OBJ_ZALLOC 1 |
#define OBJ_ZALLOC 1 |