[Lldb-commits] [PATCH] D32600: Resurrect pselect MainLoop implementation

Eugene Zemtsov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 15:03:55 PDT 2017


eugene added inline comments.


================
Comment at: source/Host/common/MainLoop.cpp:82
+  int queue_id;
+  std::vector<struct kevent> events;
+  struct kevent event_list[4];
----------------
here and below struct seems to be redundant


https://reviews.llvm.org/D32600





More information about the lldb-commits mailing list