struct rgt_tmpl

Overview

Structure to keep a single template More…

#include <rgt_tmpls_lib.h>

struct rgt_tmpl {
    // fields

    char* fname;
    char* raw_ptr;
    rgt_blk_t* blocks;
    int n_blocks;
};

Detailed Documentation

Structure to keep a single template

Fields

char* fname

Themplate file name

char* raw_ptr

Pointer to the beginning of the memory allocated under a log template

rgt_blk_t* blocks

Pointer to an array of blocks

int n_blocks

Total number of blocks