more printfs to client, debug printfs for server
[physik/nlsop.git] / nlsop_server.c
index 085e289..ea45791 100644 (file)
@@ -207,6 +207,9 @@ int add_job(t_net *net,int chan,t_list *jl) {
   job.step=0;
 
   list_add_element(jl,&job,sizeof(t_job));
+  
+  printf("job added: b=%f | c=%f | s=%f ...\n",
+         job.info.b,job.info.c,job.info.s);
 
   return 1;
 }
@@ -337,6 +340,8 @@ int distribute_jobs(t_event *event,void *allineed) {
   g_list=(t_list *)addr[2];
   job=(t_list *)addr[3];
 
+  printf("d: distributing jobs ...\n");
+
   count_j=list_count(job);
   count_c=list_count(c_list);