---
title: es_event_fork_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_fork_t
---

# es_event_fork_t

A type for an event that indicates the forking of a process.

## Declaration

```swift
struct es_event_fork_t
```

## Topics

### Inspecting Event Properties

- [child](endpointsecurity/es_event_fork_t/child.md)
- [reserved](endpointsecurity/es_event_fork_t/reserved.md)

### Initializers

- [init(child:reserved:)](endpointsecurity/es_event_fork_t/init(child:reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Process Event Types

- [es_event_chdir_t](endpointsecurity/es_event_chdir_t.md)
- [es_event_chroot_t](endpointsecurity/es_event_chroot_t.md)
- [es_event_exec_t](endpointsecurity/es_event_exec_t.md)
- [es_event_proc_check_t](endpointsecurity/es_event_proc_check_t.md)
- [es_event_signal_t](endpointsecurity/es_event_signal_t.md)
- [es_event_exit_t](endpointsecurity/es_event_exit_t.md)
