struct tad_reply_context

Overview

TAD async reply context More…

#include <tad_reply.h>

struct tad_reply_context {
    // fields

    const tad_reply_spec* spec;
    void* opaque;
};

Detailed Documentation

TAD async reply context

Fields

const tad_reply_spec* spec

Reply backend spec

void* opaque

Reply backend data