use more suitable process name.

This commit is contained in:
nvt-se 2009-02-27 19:32:28 +00:00
parent 71e1e2a78f
commit 75d8c75768
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: test-deluge.c,v 1.1 2009/02/25 17:00:00 nvt-se Exp $
* $Id: test-deluge.c,v 1.2 2009/02/27 19:32:28 nvt-se Exp $
*/
/**
@ -50,10 +50,10 @@
#define SINK_ID 1
#endif
PROCESS(cfs_process, "Test CFS process");
AUTOSTART_PROCESSES(&cfs_process);
PROCESS(deluge_test_process, "Deluge test process");
AUTOSTART_PROCESSES(&deluge_test_process);
/*---------------------------------------------------------------------------*/
PROCESS_THREAD(cfs_process, ev, data)
PROCESS_THREAD(deluge_test_process, ev, data)
{
int fd, r;
char buf[32];