version 1.7, 2025/04/02 02:16:27
|
version 1.8, 2025/04/02 03:02:42
|
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.8 2025/04/02 03:02:42 snw |
|
* Stop requiring users to pass -e to fmadm when -u or -g are passed |
|
* |
* Revision 1.7 2025/04/02 02:16:27 snw |
* Revision 1.7 2025/04/02 02:16:27 snw |
* Add fmadm status environment command and move journals to a better location |
* Add fmadm status environment command and move journals to a better location |
* |
* |
Line 95
|
Line 98
|
#define ACT_STATUS 16 |
#define ACT_STATUS 16 |
|
|
#define OBJ_LOCK 0 |
#define OBJ_LOCK 0 |
#define OBJ_ZALLOC 1 |
|
#define OBJ_JOURNAL 2 |
#define OBJ_JOURNAL 2 |
#define OBJ_NAMESPACE 3 |
#define OBJ_NAMESPACE 3 |
#define OBJ_GLOBAL 4 |
#define OBJ_GLOBAL 4 |