BRL-CAD
fbserv_listener Struct Reference

#include <fbserv.h>

Collaboration diagram for fbserv_listener:
[legend]

Data Fields

int fbsl_fd
 socket to listen for connections More...
 
void * fbsl_chan
 platform/toolkit specific channel More...
 
int fbsl_port
 port number to listen on More...
 
int fbsl_listen
 !0 means listen for connections More...
 
struct fbserv_objfbsl_fbsp
 points to its fbserv object More...
 

Detailed Description

Definition at line 59 of file fbserv.h.

Field Documentation

◆ fbsl_fd

int fbsl_fd

socket to listen for connections

Definition at line 60 of file fbserv.h.

◆ fbsl_chan

void* fbsl_chan

platform/toolkit specific channel

Definition at line 61 of file fbserv.h.

◆ fbsl_port

int fbsl_port

port number to listen on

Definition at line 62 of file fbserv.h.

◆ fbsl_listen

int fbsl_listen

!0 means listen for connections

Definition at line 63 of file fbserv.h.

◆ fbsl_fbsp

struct fbserv_obj* fbsl_fbsp

points to its fbserv object

Definition at line 64 of file fbserv.h.


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