Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 417 → Rev 418

/shark/trunk/ports/first/first-sync.c
122,7 → 122,7
kern_printf("(End Cycle %d)",exec_shadow);
#endif
 
task_endcycle();
//task_endcycle();
 
return 0;
 
190,7 → 190,7
kern_printf("(Synch_Handle Events %d)",synch_handle->events);
#endif
 
task_endcycle();
//task_endcycle();
 
return 0;
 
/shark/trunk/ports/first/first-server.c
497,7 → 497,7
 
int recalculate_contract(bandwidth_t U) {
bandwidth_t current_bandwidth;
long int temp_U;
unsigned int temp_U;
int Qt;
int isok=0;
int i=0;