NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
TunnelSockData Struct Reference

A network tunnel (pair of sockets) More...

Data Fields

pid_t pid
 Process ID of tunnel program.
 
int fd_read
 File descriptor to read from.
 
int fd_write
 File descriptor to write to.
 

Detailed Description

A network tunnel (pair of sockets)

Definition at line 49 of file tunnel.c.

Field Documentation

◆ pid

pid_t TunnelSockData::pid

Process ID of tunnel program.

Definition at line 51 of file tunnel.c.

◆ fd_read

int TunnelSockData::fd_read

File descriptor to read from.

Definition at line 52 of file tunnel.c.

◆ fd_write

int TunnelSockData::fd_write

File descriptor to write to.

Definition at line 53 of file tunnel.c.


The documentation for this struct was generated from the following file: