Update of /cvsroot/playerstage/code/player/libplayerxdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8365/libplayerxdr
Modified Files:
functiontable.c playerxdrgen.py
Log Message:
Added health proxy for monitoring system statistics
Index: playerxdrgen.py
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/playerxdrgen.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** playerxdrgen.py 28 Feb 2006 05:15:41 -0000 1.7
--- playerxdrgen.py 7 Aug 2006 14:17:59 -0000 1.8
***************
*** 151,156 ****
# Do some name mangling for common types
! if type == 'int64_t':
! xdr_proc = 'xdr_long'
elif type == 'uint64_t':
xdr_proc = 'xdr_u_long'
--- 151,158 ----
# Do some name mangling for common types
! if type == 'long long':
! xdr_proc = 'xdr_longlong_t'
! elif type == 'int64_t':
! xdr_proc = 'xdr_longlong_t'
elif type == 'uint64_t':
xdr_proc = 'xdr_u_long'
Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** functiontable.c 26 Jul 2006 17:14:16 -0000 1.64
--- functiontable.c 7 Aug 2006 14:17:59 -0000 1.65
***************
*** 220,223 ****
--- 220,227 ----
(player_pack_fn_t)player_gripper_cmd_retrieve_pack},
+ /* health messages */
+ {PLAYER_HEALTH_CODE, PLAYER_MSGTYPE_DATA, PLAYER_HEALTH_DATA,
+ (player_pack_fn_t)player_health_data_pack},
+
/* ir messages */
{PLAYER_IR_CODE, PLAYER_MSGTYPE_DATA, PLAYER_IR_DATA_RANGES,
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit