callback-rxcon-move-20040602
[openafs.git] / src / fsint / afsint.xg
index 64a7444..7637d22 100644 (file)
@@ -45,7 +45,7 @@ typedef afs_int32 ViceDataType;
 %#define SymbolicLink 3 
 
 %#ifdef       KERNEL
-%#define      xdr_array(a,b,c,d,e,f)  xdr_arrayN(a,b,c,d,e,f)
+%#define      afs_xdr_array(a,b,c,d,e,f)  afs_xdr_arrayN(a,b,c,d,e,f)
 %#endif
 
 struct BD {
@@ -587,7 +587,7 @@ CheckToken(
 GetTime(
   OUT afs_uint32 *Seconds,
   afs_uint32 *USeconds
-) = 153;
+) multi = 153;
 
 NGetVolumeInfo(
   IN  string VolumeName<AFSNAMEMAX>,
@@ -692,3 +692,13 @@ StoreData64(
   AFSVolSync *Sync
 ) split = 65538;
 
+GiveUpAllCallBacks(
+) = 65539;
+
+GetCapabilities(
+  Capabilities *capabilities
+) = 65540;
+
+CallBackRxConnAddr(
+  IN afs_int32 *addr
+) = 65541;