summaryrefslogtreecommitdiff
path: root/src/tunDevice.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-12 21:53:59 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-12 21:53:59 +0000
commitb25f4dc131b9cd2b0575995d88f969627ce98ef6 (patch)
tree0c5f4c9c939c851cd2fc987f4ce0b4920ac25e50 /src/tunDevice.h
parentcleanup (diff)
improved new SysExec cleanup
Diffstat (limited to 'src/tunDevice.h')
-rw-r--r--src/tunDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tunDevice.h b/src/tunDevice.h
index 834837e..8b400a9 100644
--- a/src/tunDevice.h
+++ b/src/tunDevice.h
@@ -54,7 +54,7 @@ public:
const char* getActualName() const { return actual_name_.c_str(); }
const char* getActualNode() const { return actual_node_.c_str(); }
device_type_t getType() const { return conf_.type_; }
- void waitForPostUpScript();
+ void waitUntilReady();
const char* getTypeString() const
{
#ifndef _MSC_VER