struct tarpc_recv_verify_in

Overview

struct tarpc_recv_verify_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int s;
    char fname;
    uint64_t start;
};

Detailed Documentation

Fields

tarpc_int s

Socket to be used

char fname

Name of function to generate data

uint64_t start

Position in stream of first byte which should be received.