windows-64-bit-type-safety-20051105
[openafs.git] / src / WINNT / afsd / cm_callback.h
index e3e13a0..013777e 100644 (file)
@@ -14,7 +14,7 @@
 
 typedef struct cm_callbackRequest {
     long callbackCount;                /* callback count at start of the request */
-    unsigned long startTime;   /* time when we started the call */
+    time_t startTime;  /* time when we started the call */
     struct cm_server *serverp; /* server we really got the callback from */
 } cm_callbackRequest_t;