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;
|