]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
ubik_tid and ubik_version now come from ubik-int.h
authorNickolai Zeldovich <kolya@mit.edu>
Sun, 21 Apr 2002 05:09:22 +0000 (05:09 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Sun, 21 Apr 2002 05:09:22 +0000 (05:09 +0000)
(cherry picked from commit 592d0fb0cd7a68ee5976fe3655e24b6ffb001e91)

src/ubik/ubik.p.h

index 4553d553362f8007cda1c99d44b499db8c76b695..9f0d1a4fd98ded5e8394a7d91353bb045dfd9af6 100644 (file)
@@ -95,18 +95,6 @@ struct ubik_client {
 #define        ubik_GetRPCConn(astr,aindex)    ((aindex) >= MAXSERVERS? 0 : (astr)->conns[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 */
 struct ubik_hdr {
     afs_int32 magic;               /* magic number */