Advance_N(3)

Synopsis

cc [ flag ... ] file ... -lunify -levents -lpvm3 -lgpvm3 -lthread -ll -lsocket -lnsl -lw -lposix4 -lucb [ library ... ]

#include "unify.h"

int Advance_N(int event_id, unsigned int n);

Description

Advance_N(3) increments the event counter associated with event_id by n.

Return Values

Advance_N(3) returns the last advance done by host for event_id upon successful completion. Otherwise, a value of -1 is returned.

Errors

An error may occur if event_id is invalid.

See Also

Event Counters and Sequencers(3), unifyintro(3)


RCS status $Id: Advance_N.html,v 1.1 1998/06/10 16:13:35 rajitha Exp $