Print this page
4780 comstar iSCSI target shouldn't abuse ddi_get_time(9f)
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

@@ -20,11 +20,11 @@
  */
 /*
  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 /*
- * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
+ * Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  */
 
 #ifndef _IDM_IMPL_H_
 #define _IDM_IMPL_H_
 

@@ -375,11 +375,11 @@
 
         /* Implementation data for idm_pdu_alloc and sorx PDU cache */
         uint32_t        isp_flags;
         uint_t          isp_hdrbuflen;
         uint_t          isp_databuflen;
-        time_t          isp_queue_time;
+        hrtime_t        isp_queue_time;
 
         /* Taskq dispatching state for deferred PDU */
         taskq_ent_t     isp_tqent;
 } idm_pdu_t;