Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 908 → Rev 909

/shark/trunk/ports/first/server-task.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: server-task.c,v 1.13 2004-12-09 10:27:08 trimarchi Exp $
* CVS : $Id: server-task.c,v 1.14 2004-12-17 13:19:42 trimarchi Exp $
*/
 
#include "ll/i386/64bit.h"
55,11 → 55,7
struct mess msg;
fsf_renegotiation_status_t status;
int wait_renegotiation=0;
/*
struct timespec next_act;
struct timespec period;
struct timespec act_time;
*/
 
PORT rec,tra;
rec = port_connect("CHANW",sizeof(struct mess),STREAM,READ);
78,10 → 74,7
wait_renegotiation=0;
//kern_printf("(REN %d)", msg.server);
port_send(tra,&msg,BLOCK);
//kern_gettime(&act_time);
//fsf_get_budget_and_period(service_server,NULL,&period);
//ADDTIMESPEC(&act_time, &period, &next_act);
//fsf_schedule_next_timed_job(&next_act,NULL,NULL,NULL,NULL);
 
continue;
} else
#ifdef FSF_DEBUG
166,15 → 159,9
break;
}
// send response server is -1 if the operation fail
//kern_printf("(msg server %d)", msg.server);
port_send(tra,&msg,BLOCK);
//kern_gettime(&act_time);
//fsf_get_budget_and_period(service_server,NULL,&period);
//ADDTIMESPEC(&act_time, &period, &next_act);
//fsf_schedule_next_timed_job(&next_act,NULL,NULL,NULL,NULL);
//task_endcycle();
//kern_printf("(ES)");
}
}
}