aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-30 15:50:03 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-30 15:50:03 -0700
commit60c8012e9e8472330e6c77aa5755e4ec1ebb6a1a (patch)
tree53273e7c6210d319be4c1173e43d4f36fd121b98 /env_universal_common.h
parent08d6e515c73bc960c856667a5c69bd4c54eb04e5 (diff)
Implement notifyd-based notification strategy for universal variables
(OS X specific)
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index ad5ed515..254a9f39 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -316,6 +316,9 @@ public:
/* Recommended delay between polls. A value of 0 means no polling required (so no timeout) */
virtual unsigned long usec_delay_between_polls() const;
+
+ /* The notification_fd is readable; drain it */
+ virtual void drain_notification_fd(int fd);
};
std::string get_machine_identifier();