[srvx-commits] CVS: services/src hash.h,1.76,1.77
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-10-20 01:16:27
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv1263/src Modified Files: hash.h Log Message: add back "handle_info" and "next_authed" fields to struct user Index: hash.h =================================================================== RCS file: /cvsroot/srvx/services/src/hash.h,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -r1.76 -r1.77 *** hash.h 2001/10/15 14:35:15 1.76 --- hash.h 2001/10/20 01:16:24 1.77 *************** *** 87,90 **** --- 87,92 ---- /* pointers to various other bits */ struct service *service; + struct handle_info *handle_info; + struct user *next_authed; }; |