BRL-CAD
Loading...
Searching...
No Matches
fbserv_client Struct Reference

#include <fbserv.h>

Collaboration diagram for fbserv_client:
[legend]

Data Fields

int fbsc_fd
 socket to send data down
 
voidfbsc_chan
 platform/toolkit specific channel
 
voidfbsc_handler
 platform/toolkit specific handler
 
struct pkg_connfbsc_pkg
 
struct fbserv_objfbsc_fbsp
 points to its fbserv object
 
int fbsc_auth_ok
 !0 = client has sent a valid MSG_FBAUTH
 
int fbsc_pending_drop
 !0 = drop this client after pkg_process() returns
 
int fbsc_is_ipc
 !0 = client is connected via IPC (not TCP)
 

Detailed Description

Definition at line 77 of file fbserv.h.

Field Documentation

◆ fbsc_fd

int fbsc_fd

socket to send data down

Definition at line 78 of file fbserv.h.

◆ fbsc_chan

void* fbsc_chan

platform/toolkit specific channel

Definition at line 79 of file fbserv.h.

◆ fbsc_handler

void* fbsc_handler

platform/toolkit specific handler

Definition at line 80 of file fbserv.h.

◆ fbsc_pkg

struct pkg_conn* fbsc_pkg

Definition at line 81 of file fbserv.h.

◆ fbsc_fbsp

struct fbserv_obj* fbsc_fbsp

points to its fbserv object

Definition at line 82 of file fbserv.h.

◆ fbsc_auth_ok

int fbsc_auth_ok

!0 = client has sent a valid MSG_FBAUTH

Definition at line 83 of file fbserv.h.

◆ fbsc_pending_drop

int fbsc_pending_drop

!0 = drop this client after pkg_process() returns

Definition at line 84 of file fbserv.h.

◆ fbsc_is_ipc

int fbsc_is_ipc

!0 = client is connected via IPC (not TCP)

Definition at line 85 of file fbserv.h.


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