PK_PMARK_array_t   



This structure contains an array of entities of type PK_PMARK_t

Used in:

PK_PARTITION_transmit_delta_o_t
PK_PARTITION_transmit_o_t


typedef struct PK_PMARK_array_s
    {
    PK_PMARK_t     *array;   --- array of PMARKs
    int             length;  --- length of array
    }
    PK_PMARK_array_t;

It has the fields:

'array':   array of entities of type PK_PMARK_t

'length':  the number of entities in 'array'