X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=28b786a4ce091e132863a0076c6473b645dd60d2;hp=2d63c4109460764d4fa5e3a6aa9c694044775afb;hb=4a4d8f266a79275d7b2c902dc69b5ec8d46406b2;hpb=32e646780461f96682d1191d31e08e4602ab125e diff --git a/client.h b/client.h index 2d63c410..28b786a4 100644 --- a/client.h +++ b/client.h @@ -42,6 +42,7 @@ struct client_task { char *user; /** The client task structure. */ struct task task; + /** The buffer tree node of the client task. */ struct btr_node *btrn; };