]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/msg/simple/Pipe.h
update sources to 12.2.2
[ceph.git] / ceph / src / msg / simple / Pipe.h
index 9dd00d1b48f345f0d4782798516c300246db14a0..d8d2a8e0831db13e0fdd672db8e4f0672ff60344 100644 (file)
@@ -115,11 +115,6 @@ static const int SM_IOV_MAX = (IOV_MAX >= 1024 ? IOV_MAX / 4 : IOV_MAX);
   private:
     int sd;
     struct iovec msgvec[SM_IOV_MAX];
-#if !defined(MSG_NOSIGNAL) && !defined(SO_NOSIGPIPE)
-    sigset_t sigpipe_mask;
-    bool sigpipe_pending;
-    bool sigpipe_unblock;
-#endif
 
   public:
     int port;
@@ -188,10 +183,6 @@ static const int SM_IOV_MAX = (IOV_MAX >= 1024 ? IOV_MAX / 4 : IOV_MAX);
     int write_keepalive();
     int write_keepalive2(char tag, const utime_t &t);
 
-    void suppress_sigpipe();
-    void restore_sigpipe();
-
-
     void fault(bool reader=false);
 
     void was_session_reset();