mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
ubik_tid and ubik_version now come from ubik-int.h
This commit is contained in:
parent
ebb45c54d9
commit
592d0fb0cd
@ -95,18 +95,6 @@ struct ubik_client {
|
|||||||
#define ubik_GetRPCConn(astr,aindex) ((aindex) >= MAXSERVERS? 0 : (astr)->conns[aindex])
|
#define ubik_GetRPCConn(astr,aindex) ((aindex) >= MAXSERVERS? 0 : (astr)->conns[aindex])
|
||||||
#define ubik_GetRPCHost(astr,aindex) ((aindex) >= MAXSERVERS? 0 : (astr)->hosts[aindex])
|
#define ubik_GetRPCHost(astr,aindex) ((aindex) >= MAXSERVERS? 0 : (astr)->hosts[aindex])
|
||||||
|
|
||||||
/* ubik transaction id representation */
|
|
||||||
struct ubik_tid {
|
|
||||||
afs_int32 epoch; /* time this server started */
|
|
||||||
afs_int32 counter; /* counter within epoch of transactions */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* ubik version representation */
|
|
||||||
struct ubik_version {
|
|
||||||
afs_int32 epoch; /* time this server started */
|
|
||||||
afs_int32 counter; /* counter within epoch of transactions */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* ubik header file structure */
|
/* ubik header file structure */
|
||||||
struct ubik_hdr {
|
struct ubik_hdr {
|
||||||
afs_int32 magic; /* magic number */
|
afs_int32 magic; /* magic number */
|
||||||
|
Loading…
Reference in New Issue
Block a user