/*
 * Copyright 2000, International Business Machines Corporation and others.
 * All Rights Reserved.
 *
 * This software has been released under the terms of the IBM Public
 * License.  For details, see the LICENSE file in the top-level source
 * directory or online at http://www.openafs.org/dl/license10.html
 */

/* vldb server's current opcodes */
#define	VLCREATEENTRY		501
#define	VLDELETEENTRY		502
#define	VLGETENTRYBYID		503
#define	VLGETENTRYBYNAME	504
#define	VLGETNEWVOLUMEID	505
#define	VLREPLACEENTRY		506
#define	VLUPDATEENTRY		507
#define	VLSETLOCK		508
#define	VLRELEASELOCK		509
#define	VLLISTENTRY		510
#define	VLLISTATTRIBUTES	511
#define	VLLINKEDLIST		512
#define	VLGETSTATS		513
#define VLPROBE			514
#define VLGETADDRS              515
#define VLCHANGEADDR            516
#define	VLCREATEENTRYN		517
#define	VLGETENTRYBYIDN		518
#define	VLGETENTRYBYNAMEN	519
#define	VLREPLACEENTRYN		520
#define	VLLISTENTRYN		521
#define	VLLISTATTRIBUTESN	522
#define	VLLINKEDLISTN		523
#define	VLUPDATEENTRYBYNAME	524

#define	VLCREATEENTRYU		525
#define	VLGETENTRYBYIDU		526
#define	VLGETENTRYBYNAMEU	527
#define	VLREPLACEENTRYU		528
#define	VLLISTENTRYU		529
#define	VLLISTATTRIBUTESU	530
#define	VLLINKEDLISTU		531
#define	VLREGADDR		532
#define	VLGETADDRSU		533
#define VLLISTATTRIBUTESN2      534
