#include <db.h> int DB_SITE->get_address(DB_SITE *site, const char **hostp, u_int *portp);
The DB_SITE->get_address()
method returns a
replication site's network address. That is, this method returns
the site's host name and port.
The DB_SITE->get_address()
method returns a non-zero error value on failure and 0 on success.