Skip to content

Commit 51cb09c

Browse files
committed
revert(SocketImpl): atomic sock fd
1 parent 1152c8f commit 51cb09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Net/include/Poco/Net/SocketImpl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ class Net_API SocketImpl: public Poco::RefCountedObject
578578
SocketImpl(const SocketImpl&);
579579
SocketImpl& operator = (const SocketImpl&);
580580

581-
std::atomic<poco_socket_t> _sockfd;
581+
poco_socket_t _sockfd;
582582
Poco::Timespan _recvTimeout;
583583
Poco::Timespan _sndTimeout;
584584
bool _blocking;

0 commit comments

Comments
 (0)