Added replies to status requests from RS.

This commit is contained in:
Jorrit Herder
2005-10-21 14:39:21 +00:00
parent 7a7e680da7
commit f8edaa7de4
5 changed files with 7 additions and 0 deletions

View File

@@ -345,6 +345,7 @@ void main( int argc, char **argv )
/*printf( "." );*/
switch (m.m_type){
case DEV_PING: notify(m.m_source); continue;
case DL_WRITE: do_vwrite(&m, FALSE, FALSE); break;
case DL_WRITEV: do_vwrite(&m, FALSE, TRUE); break;
case DL_READ: do_vread(&m, FALSE); break;