struct tarpc_vfork_in

Overview

struct tarpc_vfork_in {
    // fields

    struct tarpc_in_arg common;
    char name;
    uint32_t time_to_wait;
};

Detailed Documentation

Fields

char name

RPC server name

uint32_t time_to_wait

How much time to wait after vfork() call before returning from the function, in milliseconds