summaryrefslogtreecommitdiff
path: root/ide.h
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:31 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:31 -0500
commita08438bda21b3e0d7db2db2360d040841970104d (patch)
treef8a13a1e368bfbd14fe2d9492d6d5824eb5712ce /ide.h
parent8c1612d32c5682a86216adb8c8d11ce715fe5475 (diff)
Import Upstream version 0.3.7pre
Diffstat (limited to 'ide.h')
-rw-r--r--ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide.h b/ide.h
index baf7b091..5b2ee8c1 100644
--- a/ide.h
+++ b/ide.h
@@ -7,6 +7,8 @@ struct _IDEDevice {
gchar *model;
gchar *media;
+ gchar *phy_geometry;
+ gchar *log_geometry;
gint cache;
IDEDevice *next;