aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/common/fsimage.h
diff options
context:
space:
mode:
authorjohn.levon@sun.com <john.levon@sun.com>2007-02-19 20:44:42 -0800
committerjohn.levon@sun.com <john.levon@sun.com>2007-02-19 20:44:42 -0800
commitec08a094b2b6437406adab0f19cb89bf26c4f3ad (patch)
tree3a0a944eb764d758615842526e1b5c28bf29b56a /tools/libfsimage/common/fsimage.h
parent5f855af62745d6def7f9a47a75fe3b83bf1aa2cb (diff)
downloadxen-ec08a094b2b6437406adab0f19cb89bf26c4f3ad.tar.gz
xen-ec08a094b2b6437406adab0f19cb89bf26c4f3ad.tar.bz2
xen-ec08a094b2b6437406adab0f19cb89bf26c4f3ad.zip
Filesystem implementations may need optional arguments in terms of
what to mount. Add an options string to the libfsimage API. Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/libfsimage/common/fsimage.h')
-rw-r--r--tools/libfsimage/common/fsimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/common/fsimage.h b/tools/libfsimage/common/fsimage.h
index 28165ef29d..ad305b5dae 100644
--- a/tools/libfsimage/common/fsimage.h
+++ b/tools/libfsimage/common/fsimage.h
@@ -35,7 +35,7 @@ extern C {
typedef struct fsi fsi_t;
typedef struct fsi_file fsi_file_t;
-fsi_t *fsi_open_fsimage(const char *, uint64_t);
+fsi_t *fsi_open_fsimage(const char *, uint64_t, const char *);
void fsi_close_fsimage(fsi_t *);
int fsi_file_exists(fsi_t *, const char *);