Home
last modified time | relevance | path

Searched refs:newXID (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1Manager.java182 int newXID = (int)xid + 1; in bumpXid() local
184 if (newXID > Short.MAX_VALUE) { in bumpXid()
188 xid = (short)newXID; in bumpXid()