/* * AFS Protocol Specification - cache manager callback RPC interface * * Copyright (c) 2003, Jeffrey Hutzelman. All rights reserved. * XXX Eventually there will be some useful license terms here. * XXX In the meantime, contact registrar@grand.central.org for * XXX permission to use this file. * * This file contains Rx RPC interface information which is part of the * registration database maintained by the AFS Assigned Numbers Registrar. * To register a new procedure number or obtain the latest version of * this interface, please visit * http://grand.central.org/numbers/rx/RXAFSCB_int.html */ package AFSCB_ #include "AFSCB_ops.h" proc CallBack() = RXAFSCB_OP_CallBack; proc InitCallBackState() = RXAFSCB_OP_InitCallBackState; proc Probe() = RXAFSCB_OP_Probe; proc GetLock() = RXAFSCB_OP_GetLock; proc GetCE() = RXAFSCB_OP_GetCE; proc XStatsVersion() = RXAFSCB_OP_XStatsVersion; proc GetXStats() = RXAFSCB_OP_GetXStats; proc InitCallBackState2() = RXAFSCB_OP_InitCallBackState2; proc WhoAreYou() = RXAFSCB_OP_WhoAreYou; proc InitCallBackState3() = RXAFSCB_OP_InitCallBackState3; proc ProbeUuid() = RXAFSCB_OP_ProbeUuid; proc GetServerPrefs() = RXAFSCB_OP_GetServerPrefs; proc GetCellServDB() = RXAFSCB_OP_GetCellServDB; proc GetLocalCell() = RXAFSCB_OP_GetLocalCell; proc GetCacheConfig() = RXAFSCB_OP_GetCacheConfig; proc GetCE64() = RXAFSCB_OP_GetCE64; proc GetCellByNum() = RXAFSCB_OP_GetCellByNum;