X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=a554678c999c9284e84740ac72a35d35900fd8eb;hb=5932431b3ef6217b50e6e9503826b94ee191edd7;hp=250883839d6187ca7976bb97ffb30cd95b4480ea;hpb=c555b1339182be95b625dc4c1d6ac7217d3f471b;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 2508838..a554678 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -29,6 +29,10 @@ struct ustcomm_connection { struct list_head list; int fd; + /* Data that has not yet been consumed: */ + char *recv_buf; + int recv_buf_size; + int recv_buf_alloc; }; /* ustcomm_server must be shallow-copyable */