Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_rgy_wait_until_consistent-Blocks the caller while prior updates are propagated to the registry replicas

SYNOPSIS

#include <dce/misc.h>

boolean32 sec_rgy_wait_until_consistent(
    sec_rgy_handle_t context,
    error_status_t *status);

PARAMETERS

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.

DESCRIPTION

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.

RETURN VALUES

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.

FILES

/usr/include/dce/misc.idl

The idl file from which dce/misc.h was derived.

ERRORS

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.

Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index