Changeset 648

Show
Ignore:
Timestamp:
08/08/08 00:57:23 (4 months ago)
Author:
markdoliner
Message:

Improve some comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/c2s/c2s.h

    r636 r648  
    4949#endif 
    5050 
    51 /* forward decl */ 
     51/* forward declarations */ 
    5252typedef struct host_st      *host_t; 
    5353typedef struct c2s_st       *c2s_t; 
     
    6868}; 
    6969 
     70/** 
     71 * There is one instance of this struct per user who is logged in to 
     72 * this c2s instance. 
     73 */ 
    7074struct sess_st { 
    7175    c2s_t               c2s;