Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_ws_pipe_t Struct Reference

Represents a spawned child process and its associated I/O channels for inter-process communication. More...

#include <ws_pipe.h>

Public Attributes

GPid pid
GIOChannel * stdin_io
GIOChannel * stdout_io
GIOChannel * stderr_io
GSList * other_sources

Detailed Description

Represents a spawned child process and its associated I/O channels for inter-process communication.

Member Data Documentation

◆ pid

GPid _ws_pipe_t::pid

Platform-specific handle or PID of the spawned child process.

◆ stderr_io

GIOChannel* _ws_pipe_t::stderr_io

GLib I/O channel connected to the child process's standard error stream.

◆ stdin_io

GIOChannel* _ws_pipe_t::stdin_io

GLib I/O channel connected to the child process's standard input stream.

◆ stdout_io

GIOChannel* _ws_pipe_t::stdout_io

GLib I/O channel connected to the child process's standard output stream.


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