#include <db.h> int DB_ENV->repmgr_get_ack_policy(DB_ENV *env, int *ack_policyp);
         The DB_ENV->repmgr_get_ack_policy() method returns the Replication
         Manager's client acknowledgment policy. This is configured using the 
         DB_ENV->repmgr_set_ack_policy()
         method.
    
         The DB_ENV->repmgr_get_ack_policy() method may be called at any time
         during the life of the application.
    
         The DB_ENV->repmgr_get_ack_policy() 
            
                  method returns a non-zero error value on failure and 0 on success.