Staging: hv: Use native wait primitives
[deliverable/linux.git] / drivers / staging / hv / vmbus_private.h
index 004d8de1c7dfe06ef9837bf25095330f43d9cdb4..9f505c44c600524c052dbb2d58b8eaf14e7fa5d2 100644 (file)
@@ -91,7 +91,8 @@ struct vmbus_msginfo {
        struct list_head msglist_entry;
 
        /* Synchronize the request/response if needed */
-       struct osd_waitevent *wait_event;
+       int wait_condition;
+       wait_queue_head_t  wait_event;
 
        /* The message itself */
        unsigned char msg[0];
This page took 0.024359 seconds and 5 git commands to generate.