Made C-safe.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9634 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -131,14 +131,14 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// disk device job progress info
|
// disk device job progress info
|
||||||
struct disk_device_job_progress_info {
|
typedef struct disk_device_job_progress_info {
|
||||||
uint32 status;
|
uint32 status;
|
||||||
uint32 interrupt_properties;
|
uint32 interrupt_properties;
|
||||||
int32 task_count;
|
int32 task_count;
|
||||||
int32 completed_tasks;
|
int32 completed_tasks;
|
||||||
float current_task_progress;
|
float current_task_progress;
|
||||||
char current_task_description[256];
|
char current_task_description[256];
|
||||||
};
|
} disk_device_job_progress_info;
|
||||||
|
|
||||||
// disk device job interrupt properties
|
// disk device job interrupt properties
|
||||||
enum {
|
enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user