use more suitable process name.
This commit is contained in:
parent
71e1e2a78f
commit
75d8c75768
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* 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
|
#define SINK_ID 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PROCESS(cfs_process, "Test CFS process");
|
PROCESS(deluge_test_process, "Deluge test process");
|
||||||
AUTOSTART_PROCESSES(&cfs_process);
|
AUTOSTART_PROCESSES(&deluge_test_process);
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
PROCESS_THREAD(cfs_process, ev, data)
|
PROCESS_THREAD(deluge_test_process, ev, data)
|
||||||
{
|
{
|
||||||
int fd, r;
|
int fd, r;
|
||||||
char buf[32];
|
char buf[32];
|
||||||
|
|
Loading…
Reference in a new issue