backport to buster
[hcoop/debian/openafs.git] / src / vlserver / vl_opcodes.h
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10 /* vldb server's current opcodes */
11 #define VLCREATEENTRY 501
12 #define VLDELETEENTRY 502
13 #define VLGETENTRYBYID 503
14 #define VLGETENTRYBYNAME 504
15 #define VLGETNEWVOLUMEID 505
16 #define VLREPLACEENTRY 506
17 #define VLUPDATEENTRY 507
18 #define VLSETLOCK 508
19 #define VLRELEASELOCK 509
20 #define VLLISTENTRY 510
21 #define VLLISTATTRIBUTES 511
22 #define VLLINKEDLIST 512
23 #define VLGETSTATS 513
24 #define VLPROBE 514
25 #define VLGETADDRS 515
26 #define VLCHANGEADDR 516
27 #define VLCREATEENTRYN 517
28 #define VLGETENTRYBYIDN 518
29 #define VLGETENTRYBYNAMEN 519
30 #define VLREPLACEENTRYN 520
31 #define VLLISTENTRYN 521
32 #define VLLISTATTRIBUTESN 522
33 #define VLLINKEDLISTN 523
34 #define VLUPDATEENTRYBYNAME 524
35
36 #define VLCREATEENTRYU 525
37 #define VLGETENTRYBYIDU 526
38 #define VLGETENTRYBYNAMEU 527
39 #define VLREPLACEENTRYU 528
40 #define VLLISTENTRYU 529
41 #define VLLISTATTRIBUTESU 530
42 #define VLLINKEDLISTU 531
43 #define VLREGADDR 532
44 #define VLGETADDRSU 533
45 #define VLLISTATTRIBUTESN2 534