[Firebug-cvs] fireboard/beta/fireworks/apps/TestLink LinkMsg.h,1.1,1.2
Brought to you by:
doolin
From: Karthik D. <da...@us...> - 2005-07-29 23:53:21
|
Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28920 Modified Files: LinkMsg.h Log Message: Added AM type Index: LinkMsg.h =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink/LinkMsg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LinkMsg.h 29 Jul 2005 23:49:40 -0000 1.1 --- LinkMsg.h 29 Jul 2005 23:53:13 -0000 1.2 *************** *** 1,2 **** --- 1,6 ---- + enum { + AM_LINKMSG = 200 + }; + struct LinkMsg { uint32_t seqno; |