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
+1
View File
@@ -315,6 +315,7 @@ int main(int argc, char *argv[])
switch (m.m_type)
{
case DEV_PING: notify(m.m_source); continue;
case DL_WRITEV: rl_writev(&m, FALSE, TRUE); break;
case DL_WRITE: rl_writev(&m, FALSE, FALSE); break;
#if 0