src: fix PCSCLite.close() for OS X

This commit is contained in:
Santiago Gimeno
2014-09-26 12:06:27 +02:00
parent 674df70a74
commit c5602733a4
2 changed files with 10 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ class PCSCLite: public node::ObjectWrap {
pthread_t m_status_thread;
pthread_mutex_t m_mutex;
bool m_pnp;
bool m_closing;
};
#endif /* PCSCLITE_H */