whoops forgot to commit this

SVN revision: 55910
This commit is contained in:
Mike Blumenkrantz 2011-01-06 00:16:32 +00:00
parent 346e271e07
commit cb3651fdf0
1 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,14 @@ typedef struct _E_Storage E_Storage;
typedef struct _E_Volume E_Volume;
typedef struct _E_Fm2_Mount E_Fm2_Mount;
typedef enum
{
EFM_MODE_USING_RASTER_MOUNT,
EFM_MODE_USING_HAL_MOUNT,
EFM_MODE_USING_UDISKS_MOUNT,
EFM_MODE_USING_EEZE_MOUNT
} Efm_Mode;
typedef enum
{
E_VOLUME_OP_TYPE_NONE,
@ -80,6 +88,8 @@ struct _E_Volume
Eina_Bool first_time; // volume discovery in init sequence
Ecore_Timer *guard; // operation guard timer
E_Volume_Op_Type optype;
Efm_Mode efm_mode;
#if @DBUS_MOUNT_CONFIG@
DBusPendingCall *op; // d-bus call handle
void *prop_handler;