X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.h;h=b05f661aa6641d5aed95953b98b1d103fee8702f;hp=320fcbcd8da8a274277a9633fbc0e0f1ca95a90c;hb=513af50c3e3454aafc25e97a7d20c206006e4d4c;hpb=6544fa0ec3f3a501bcb89ea977756911bd7f3ebd diff --git a/server.h b/server.h index 320fcbc..b05f661 100644 --- a/server.h +++ b/server.h @@ -48,7 +48,7 @@ public: // and the order between them are undefined. // XXX: header should ideally be ordered with respect to data. void add_client_deferred(int sock); - void add_data_deferred(int stream_index, const char *data, size_t bytes, StreamStartSuitability suitable_for_stream_start); + void add_data_deferred(int stream_index, const char *data, size_t bytes, uint16_t metacube_flags); // These should not be called while running, since that would violate // threading assumptions (ie., that epoll is only called from one thread