[Anet-checkins] CVS: ANet/ANet_Daemon/Linux main.c,1.2,1.3
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-11-11 17:55:45
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Linux In directory usw-pr-cvs1:/tmp/cvs-serv300/Linux Modified Files: main.c Log Message: "" Index: main.c =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Linux/main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.c 2001/11/11 17:50:22 1.2 --- main.c 2001/11/11 17:55:42 1.3 *************** *** 8,13 **** { printf("Starting ANet daemon...\n"); ! MemoryTest(); //Do some stuff here... printf("Closing ANet daemon...\n"); return 0; --- 8,15 ---- { printf("Starting ANet daemon...\n"); ! //Do some stuff here... + MemoryTest(); + printf("Closing ANet daemon...\n"); return 0; |