summaryrefslogtreecommitdiffstats
path: root/Volume.cpp
diff options
context:
space:
mode:
authorSan Mehat <san@android.com>2009-10-12 11:32:47 -0700
committerSan Mehat <san@android.com>2009-10-12 15:02:58 -0700
commitfd7f5875129adfe2845f4f3fffb17db3a89eea25 (patch)
tree5eb4230dc80b91ced9c7c45629d68f91059b1423 /Volume.cpp
parentf1b736bc5605e92e917ab27f5abf3ba839be2270 (diff)
downloadsystem_vold-fd7f5875129adfe2845f4f3fffb17db3a89eea25.zip
system_vold-fd7f5875129adfe2845f4f3fffb17db3a89eea25.tar.gz
system_vold-fd7f5875129adfe2845f4f3fffb17db3a89eea25.tar.bz2
vold2: Refactor the netlink event handling and better define how partitions/disks are handled
Signed-off-by: San Mehat <san@android.com>
Diffstat (limited to 'Volume.cpp')
-rw-r--r--Volume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Volume.cpp b/Volume.cpp
index aaccb2b..52d02cf 100644
--- a/Volume.cpp
+++ b/Volume.cpp
@@ -35,7 +35,7 @@ Volume::~Volume() {
free(mMountpoint);
}
-int Volume::handleDiskInsertion(const char *dp, int maj, int min, int nr_parts) {
+int Volume::handleBlockEvent(NetlinkEvent *evt) {
errno = ENOSYS;
return -1;
}