X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;fp=stream.h;h=3a9474a78bf0fcacebd3b7fdfe31dafc35a7303c;hp=4947c3fbd7fdf11a43b8456a78f4a0c80812c58f;hb=b2d3112addcc8da422f08708db29435b45d85afa;hpb=1f9e2a199957bd4c42bf56873d80c4c71381c3b4 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