#[repr(u8)]pub enum ArchivedJournalEntryRecordType {
Show 59 variants
InitModuleV1 = 0,
ProcessExitV1 = 1,
SetThreadV1 = 2,
CloseThreadV1 = 3,
FileDescriptorSeekV1 = 4,
FileDescriptorWriteV1 = 5,
UpdateMemoryRegionV1 = 6,
SetClockTimeV1 = 7,
OpenFileDescriptorV1 = 8,
CloseFileDescriptorV1 = 9,
RenumberFileDescriptorV1 = 10,
DuplicateFileDescriptorV1 = 11,
CreateDirectoryV1 = 12,
RemoveDirectoryV1 = 13,
PathSetTimesV1 = 14,
FileDescriptorSetTimesV1 = 15,
FileDescriptorSetSizeV1 = 16,
FileDescriptorSetFlagsV1 = 17,
FileDescriptorSetRightsV1 = 18,
FileDescriptorAdviseV1 = 19,
FileDescriptorAllocateV1 = 20,
CreateHardLinkV1 = 21,
CreateSymbolicLinkV1 = 22,
UnlinkFileV1 = 23,
PathRenameV1 = 24,
ChangeDirectoryV1 = 25,
EpollCreateV1 = 26,
EpollCtlV1 = 27,
TtySetV1 = 28,
CreatePipeV1 = 29,
CreateEventV1 = 30,
PortAddAddrV1 = 31,
PortDelAddrV1 = 32,
PortAddrClearV1 = 33,
PortBridgeV1 = 34,
PortUnbridgeV1 = 35,
PortDhcpAcquireV1 = 36,
PortGatewaySetV1 = 37,
PortRouteAddV1 = 38,
PortRouteClearV1 = 39,
PortRouteDelV1 = 40,
SocketOpenV1 = 41,
SocketListenV1 = 42,
SocketBindV1 = 43,
SocketConnectedV1 = 44,
SocketAcceptedV1 = 45,
SocketJoinIpv4MulticastV1 = 46,
SocketJoinIpv6MulticastV1 = 47,
SocketLeaveIpv4MulticastV1 = 48,
SocketLeaveIpv6MulticastV1 = 49,
SocketSendFileV1 = 50,
SocketSendToV1 = 51,
SocketSendV1 = 52,
SocketSetOptFlagV1 = 53,
SocketSetOptSizeV1 = 54,
SocketSetOptTimeV1 = 55,
SocketShutdownV1 = 56,
SnapshotV1 = 57,
ClearEtherealV1 = 58,
}
Expand description
An archived JournalEntryRecordType
Variants§
InitModuleV1 = 0
The archived counterpart of JournalEntryRecordType::InitModuleV1
ProcessExitV1 = 1
The archived counterpart of JournalEntryRecordType::ProcessExitV1
SetThreadV1 = 2
The archived counterpart of JournalEntryRecordType::SetThreadV1
CloseThreadV1 = 3
The archived counterpart of JournalEntryRecordType::CloseThreadV1
FileDescriptorSeekV1 = 4
The archived counterpart of JournalEntryRecordType::FileDescriptorSeekV1
FileDescriptorWriteV1 = 5
The archived counterpart of JournalEntryRecordType::FileDescriptorWriteV1
UpdateMemoryRegionV1 = 6
The archived counterpart of JournalEntryRecordType::UpdateMemoryRegionV1
SetClockTimeV1 = 7
The archived counterpart of JournalEntryRecordType::SetClockTimeV1
OpenFileDescriptorV1 = 8
The archived counterpart of JournalEntryRecordType::OpenFileDescriptorV1
CloseFileDescriptorV1 = 9
The archived counterpart of JournalEntryRecordType::CloseFileDescriptorV1
RenumberFileDescriptorV1 = 10
The archived counterpart of JournalEntryRecordType::RenumberFileDescriptorV1
DuplicateFileDescriptorV1 = 11
The archived counterpart of JournalEntryRecordType::DuplicateFileDescriptorV1
CreateDirectoryV1 = 12
The archived counterpart of JournalEntryRecordType::CreateDirectoryV1
RemoveDirectoryV1 = 13
The archived counterpart of JournalEntryRecordType::RemoveDirectoryV1
PathSetTimesV1 = 14
The archived counterpart of JournalEntryRecordType::PathSetTimesV1
FileDescriptorSetTimesV1 = 15
The archived counterpart of JournalEntryRecordType::FileDescriptorSetTimesV1
FileDescriptorSetSizeV1 = 16
The archived counterpart of JournalEntryRecordType::FileDescriptorSetSizeV1
FileDescriptorSetFlagsV1 = 17
The archived counterpart of JournalEntryRecordType::FileDescriptorSetFlagsV1
FileDescriptorSetRightsV1 = 18
The archived counterpart of JournalEntryRecordType::FileDescriptorSetRightsV1
FileDescriptorAdviseV1 = 19
The archived counterpart of JournalEntryRecordType::FileDescriptorAdviseV1
FileDescriptorAllocateV1 = 20
The archived counterpart of JournalEntryRecordType::FileDescriptorAllocateV1
CreateHardLinkV1 = 21
The archived counterpart of JournalEntryRecordType::CreateHardLinkV1
CreateSymbolicLinkV1 = 22
The archived counterpart of JournalEntryRecordType::CreateSymbolicLinkV1
UnlinkFileV1 = 23
The archived counterpart of JournalEntryRecordType::UnlinkFileV1
PathRenameV1 = 24
The archived counterpart of JournalEntryRecordType::PathRenameV1
ChangeDirectoryV1 = 25
The archived counterpart of JournalEntryRecordType::ChangeDirectoryV1
EpollCreateV1 = 26
The archived counterpart of JournalEntryRecordType::EpollCreateV1
EpollCtlV1 = 27
The archived counterpart of JournalEntryRecordType::EpollCtlV1
TtySetV1 = 28
The archived counterpart of JournalEntryRecordType::TtySetV1
CreatePipeV1 = 29
The archived counterpart of JournalEntryRecordType::CreatePipeV1
CreateEventV1 = 30
The archived counterpart of JournalEntryRecordType::CreateEventV1
PortAddAddrV1 = 31
The archived counterpart of JournalEntryRecordType::PortAddAddrV1
PortDelAddrV1 = 32
The archived counterpart of JournalEntryRecordType::PortDelAddrV1
PortAddrClearV1 = 33
The archived counterpart of JournalEntryRecordType::PortAddrClearV1
PortBridgeV1 = 34
The archived counterpart of JournalEntryRecordType::PortBridgeV1
PortUnbridgeV1 = 35
The archived counterpart of JournalEntryRecordType::PortUnbridgeV1
PortDhcpAcquireV1 = 36
The archived counterpart of JournalEntryRecordType::PortDhcpAcquireV1
PortGatewaySetV1 = 37
The archived counterpart of JournalEntryRecordType::PortGatewaySetV1
PortRouteAddV1 = 38
The archived counterpart of JournalEntryRecordType::PortRouteAddV1
PortRouteClearV1 = 39
The archived counterpart of JournalEntryRecordType::PortRouteClearV1
PortRouteDelV1 = 40
The archived counterpart of JournalEntryRecordType::PortRouteDelV1
SocketOpenV1 = 41
The archived counterpart of JournalEntryRecordType::SocketOpenV1
SocketListenV1 = 42
The archived counterpart of JournalEntryRecordType::SocketListenV1
SocketBindV1 = 43
The archived counterpart of JournalEntryRecordType::SocketBindV1
SocketConnectedV1 = 44
The archived counterpart of JournalEntryRecordType::SocketConnectedV1
SocketAcceptedV1 = 45
The archived counterpart of JournalEntryRecordType::SocketAcceptedV1
SocketJoinIpv4MulticastV1 = 46
The archived counterpart of JournalEntryRecordType::SocketJoinIpv4MulticastV1
SocketJoinIpv6MulticastV1 = 47
The archived counterpart of JournalEntryRecordType::SocketJoinIpv6MulticastV1
SocketLeaveIpv4MulticastV1 = 48
The archived counterpart of JournalEntryRecordType::SocketLeaveIpv4MulticastV1
SocketLeaveIpv6MulticastV1 = 49
The archived counterpart of JournalEntryRecordType::SocketLeaveIpv6MulticastV1
SocketSendFileV1 = 50
The archived counterpart of JournalEntryRecordType::SocketSendFileV1
SocketSendToV1 = 51
The archived counterpart of JournalEntryRecordType::SocketSendToV1
SocketSendV1 = 52
The archived counterpart of JournalEntryRecordType::SocketSendV1
SocketSetOptFlagV1 = 53
The archived counterpart of JournalEntryRecordType::SocketSetOptFlagV1
SocketSetOptSizeV1 = 54
The archived counterpart of JournalEntryRecordType::SocketSetOptSizeV1
SocketSetOptTimeV1 = 55
The archived counterpart of JournalEntryRecordType::SocketSetOptTimeV1
SocketShutdownV1 = 56
The archived counterpart of JournalEntryRecordType::SocketShutdownV1
SnapshotV1 = 57
The archived counterpart of JournalEntryRecordType::SnapshotV1
ClearEtherealV1 = 58
The archived counterpart of JournalEntryRecordType::ClearEtherealV1