Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members
shared_buffer Struct Reference

Public Attributes

void * mapstart
 
size_t size
 
size_t allocated
 
int fd
 
int sealed
 
struct shared_bufferprev
 
struct shared_buffernext
 

Detailed Description

Definition at line 45 of file sharedblob.c.

Member Data Documentation

◆ allocated

size_t shared_buffer::allocated

Definition at line 49 of file sharedblob.c.

◆ fd

int shared_buffer::fd

Definition at line 50 of file sharedblob.c.

◆ mapstart

void* shared_buffer::mapstart

Definition at line 47 of file sharedblob.c.

◆ next

struct shared_buffer * shared_buffer::next

Definition at line 52 of file sharedblob.c.

◆ prev

struct shared_buffer* shared_buffer::prev

Definition at line 52 of file sharedblob.c.

◆ sealed

int shared_buffer::sealed

Definition at line 51 of file sharedblob.c.

◆ size

size_t shared_buffer::size

Definition at line 48 of file sharedblob.c.


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