fsprobe: call RXAFS_GetTime directly
[openafs.git] / src / viced / fsprobe.c
index 1867791..c55036d 100644 (file)
@@ -95,7 +95,7 @@ main(int argc, char **argv)
        exit(1);
     }
 
-    code = ubik_Call(RXAFS_GetTime, cstruct, 0, &tv.tv_sec, &tv.tv_usec);
+    code = RXAFS_GetTime(cstruct->conns[0], (afs_uint32 *)&tv.tv_sec, (afs_uint32 *)&tv.tv_usec);
     if (!code)
        printf("AFS_GetTime on %s sec=%ld, usec=%ld\n", av[0], tv.tv_sec,
               (long int)tv.tv_usec);