X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=28b786a4ce091e132863a0076c6473b645dd60d2;hp=2d63c4109460764d4fa5e3a6aa9c694044775afb;hb=3d875f51dcbb6b07c4698d0696b8b946997e6373;hpb=a24d175e6d093d6d9f6e583c3026e45924bad621 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; };