a_syncpub structure

Holds information needed for the dbmlsync utility.

Syntax
typedef struct a_syncpub {
    struct a_syncpub *  next;
    char *              pub_name;
    char *              ext_opt;
    a_bit_field         alloced_by_dbsync: 1;
} a_syncpub;
Members
Member Description
a_syncpub Pointer to the next node in the list, NULL for the last node.
pub_name Publication name(s) specified for this -n option. This is the exact string following -n on the command line.
ext_opt Extended options specified using the -eu option.
alloced_by_dbsync Reserved; use FALSE.
See also