libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
Loading...
Searching...
No Matches
osmo_fd Struct Reference

Structure representing a file dsecriptor. More...

#include <select.h>

Data Fields

struct llist_head list
 
int fd
 
unsigned int when
 
int(* cb )(struct osmo_fd *fd, unsigned int what)
 
void * data
 
unsigned int priv_nr
 

Detailed Description

Structure representing a file dsecriptor.

Field Documentation

◆ cb

int(* osmo_fd::cb) (struct osmo_fd *fd, unsigned int what)

call-back function to be called once file descriptor becomes available

Referenced by gsmtap_source_add_sink(), and osmo_wqueue_init().

◆ data

void* osmo_fd::data

data pointer passed through to call-back function

◆ fd

◆ list

struct llist_head osmo_fd::list

linked list for internal management

Referenced by osmo_fd_get_by_fd(), and osmo_fd_is_registered().

◆ priv_nr

unsigned int osmo_fd::priv_nr

private number, extending data

◆ when


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