summaryrefslogtreecommitdiffstats
path: root/system/cdemu-daemon/cdemu-daemon-1.1.0-cdemud-daemon.diff
blob: aeabac7cd1f94599a53aa66c2c81ea73890ea4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- trunk/cdemu-daemon/src/cdemud-daemon.c	2008/07/25 20:39:19	406
+++ trunk/cdemu-daemon/src/cdemud-daemon.c	2008/07/25 20:39:47	407
@@ -30,19 +30,19 @@
 #define BUF_SIZE (512 * (MAX_SECTORS + OTHER_SECTORS))
 
 struct vhba_request {
-    __u32 tag;
-    __u32 lun;
+    guint32 tag;
+    guint32 lun;
 #define MAX_COMMAND_SIZE       16
 
-    __u8 cdb[MAX_COMMAND_SIZE];
-    __u8 cdb_len;
-    __u32 data_len;
+    guint8 cdb[MAX_COMMAND_SIZE];
+    guint8 cdb_len;
+    guint32 data_len;
 };
 
 struct vhba_response {
-    __u32 tag;
-    __u32 status;
-    __u32 data_len;
+    guint32 tag;
+    guint32 status;
+    guint32 data_len;
 };