struct rpc_pollfd

Overview

Analog of pollfd structure More…

#include <tapi_rpc_unistd.h>

struct rpc_pollfd {
    // fields

    int fd;
    short events;
    short revents;
};

Detailed Documentation

Analog of pollfd structure

Fields

int fd

a file descriptor

short events

requested events FIXME

short revents

returned events FIXME