struct tarpc_vfork_out

Overview

struct tarpc_vfork_out {
    // fields

    struct tarpc_out_arg common;
    int32_t pid;
    uint32_t elapsed_time;
};

Detailed Documentation

Fields

uint32_t elapsed_time

How much time elapsed until vfork() returned, in milliseconds