sec_rgy_wait_until_consistent-Blocks the caller while prior updates are propagated to the registry replicas
#include <dce/misc.h>
boolean32 sec_rgy_wait_until_consistent(
sec_rgy_handle_t context,
error_status_t *status);
Input
- context
The registry server handle associated with the master registry.
Output
- status
A pointer to the completion status. On successful completion, status is assigned error_status_ok. Otherwise, it returns an error.
The sec_rgy_wait_until_consistent() routine blocks callers until all prior updates to the master registry have been propagated to all active registry replicas.
The routine returns TRUE when all active replicas have received the prior updates. It returns FALSE if at least one replica did not receive the updates.
- /usr/include/dce/misc.idl
The idl file from which dce/misc.h was derived.
- error_status_ok
The call was successful.
- sec_rgy_read_only
Either the master site is in maintenance mode or the site associated with the handle is a read-only (query) site.
- sec_rgy_server_unavailable
The server for the master registry is not available.
Contents | Next section | Index |