Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Holds information needed for the dbmlsync utility.
typedef struct a_syncpub
char *
Extended options in the form "keyword=value;...".
These are the same options the would follow the dbmlsync -eu option.
struct a_syncpub *
Pointer to the next node in the list, NULL for the last node.
Publication name(s) separated by commas (deprecated).
This is the same string that would follow the dbmlsync -n option. Only 1 of pub_name and subscription may be non-NULL.
Subscription name(s) separated by commas.
This is the same string the would follow the dbmlsync -s option. Only 1 of pub_name and subscription may be non-NULL.