ossp-pkg/sio/sio_hole.c 1.3 -> 1.4
--- sio_hole.c 2002/11/08 08:59:32 1.3
+++ sio_hole.c 2002/11/14 15:56:10 1.4
@@ -3,7 +3,6 @@
#include "al.h"
#include "sio.h"
-#include "sio_module.h"
typedef struct {
int dummy;
@@ -82,7 +81,7 @@
/* drop all data into the bit bucket */
al_splice(al, 0, al_bytes(al), NULL, NULL);
- return SIO_DOWNSTREAM;
+ return SIO_SCHED_DOWN;
}
static
@@ -91,7 +90,7 @@
/* drop all data into the bit bucket */
al_splice(al, 0, al_bytes(al), NULL, NULL);
- return SIO_DOWNSTREAM;
+ return SIO_SCHED_DOWN;
}
sio_module_t sio_module_hole = {
|
|