]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msgr: fix need_addr public/private
authorSage Weil <sage@newdream.net>
Mon, 23 Jun 2008 13:43:24 +0000 (06:43 -0700)
committerSage Weil <sage@newdream.net>
Mon, 23 Jun 2008 13:43:24 +0000 (06:43 -0700)
src/msg/SimpleMessenger.h

index c17ffea1d5e6241a80da8875f286b81066e226cb..acaf6dbd24eb05606a920ff4ffcfe274544ea16a 100644 (file)
@@ -224,8 +224,10 @@ private:
     bool stop;
     int qlen, pqlen;
     int my_rank;
+  public:
     bool need_addr;
 
+  private:
     class DispatchThread : public Thread {
       EntityMessenger *m;
     public: