X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=3a9474a78bf0fcacebd3b7fdfe31dafc35a7303c;hp=4947c3fbd7fdf11a43b8456a78f4a0c80812c58f;hb=b2d3112addcc8da422f08708db29435b45d85afa;hpb=0e96bbf9ee0fbebd5fe3fba4d186c0e0d73c9a32 diff --git a/stream.h b/stream.h index 4947c3f..3a9474a 100644 --- 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 . - 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