ACC Programmer's Reference Guide
224 Chapter4
ZCOM C I/F Library Routines
ZLTMG (3X)
ZLTMG (3X)
zltmg – Move a logical terminal between groups
#include <zcom/zcomsys.h>
#include <zcom/zcomcall.h> /* if compiled with ANSI C (recommended) */
int32 zltmg (zap, nap)
zaddr_type *zap;
zaddr_type *nap;
Routine zltmg moves the logical ter minal associated w ith a terminal
ZLU to a new group of logical terminals designated by another terminal
ZLU. The first terminal must not be the only terminal linked in its
existing group.
After a successful move, the moved terminal will be a member of the new
group, and its MUX, PORT, and physical terminal linkage are modified
to match the new group.
The libraries libzcom_c.a and libpthread.a must be linked into thecalling
program by giving the options “-lzcom_c -lpthread” to cc(1) or ld(1).










