NeKernel dev
Loading...
Searching...
No Matches
Jail.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
10
14
15struct JAIL_INFO;
16struct JAIL;
17
24
33
36IMPORT_C struct JAIL* JailGetCurrent(Void);
IMPORT_C struct JAIL * JailGetCurrent(Void)
Get the current jail.
Definition JailCalls.cc:15
__INT64_TYPE__ SInt64
Definition Macros.h:54
#define IMPORT_C
Definition Macros.h:22
__INT32_TYPE__ SInt32
Definition Macros.h:55
Jail information (client side struct).
Definition Jail.h:19
SInt64 fACL
Definition Jail.h:22
SInt32 fJailHash
Definition Jail.h:21
SInt32 fParentID
Definition Jail.h:20
Jail information (we grab a JAIL from JailGetCurrent()).
Definition Jail.h:26
SInt32 fJailHash
Definition Jail.h:29
struct JAIL_INFO * fServer
Definition Jail.h:27
SInt64 fACL
Definition Jail.h:31
struct JAIL_INFO * fClient
Definition Jail.h:28
SInt32 fParentID
Definition Jail.h:30