X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=server.h;h=40e9f7575b708e8d3dc5f9f83268ff7793f6cc04;hb=a0629a862bbac969ff858d8b4c3e78bd299aa721;hp=1e6f44a57eb8e7a07382c1e7b473db80f97899aa;hpb=3b73724f08274a2c5a435d6a834bc10fcf3db41b;p=cubemap diff --git a/server.h b/server.h index 1e6f44a..40e9f75 100644 --- a/server.h +++ b/server.h @@ -84,7 +84,7 @@ private: // can be taken a lot of the time. // // Protected by . - std::vector > queued_add_clients; + std::vector> queued_add_clients; // All variables below this line are protected by the mutex. mutable pthread_mutex_t mutex; @@ -112,7 +112,7 @@ private: // This means that when reading it, we need to check if the client it // describes is still exists (ie., that the fd still exists, and that // the timespec matches). - std::queue > clients_ordered_by_connect_time; + std::queue> clients_ordered_by_connect_time; // Used for epoll implementation (obviously). int epoll_fd;