]> git.sesse.net Git - cubemap/blobdiff - stream.h
Rename queued_data_last_starting_point to queued_data_last_starting_point_index,...
[cubemap] / stream.h
index 4947c3fbd7fdf11a43b8456a78f4a0c80812c58f..3a9474a78bf0fcacebd3b7fdfe31dafc35a7303c 100644 (file)
--- a/stream.h
+++ b/stream.h
@@ -97,7 +97,7 @@ struct Stream {
 
        // Index of the last element in queued_data that is suitable to start streaming at.
        // -1 if none. Protected by <queued_data_mutex>.
-       int queued_data_last_starting_point;
+       int queued_data_last_starting_point_index;
 
        // Put client to sleep, since there is no more data for it; we will on
        // longer listen on POLLOUT until we get more data. Also, it will be put