summaryrefslogtreecommitdiff
path: root/src/tunDevice.h
diff options
context:
space:
mode:
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