Difference for server/plugins.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.40 2005/08/12 13:46:34 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.41 2005/09/04 16:58:13 akirschbaum Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 73
 
Line 73
             RTNCmd.name = (char *)(RTNValue->Value[0]);              RTNCmd.name = (char *)(RTNValue->Value[0]);
             RTNCmd.func = (CommFunc)(RTNValue->Value[1]);              RTNCmd.func = (CommFunc)(RTNValue->Value[1]);
             RTNCmd.time = *(double *)(RTNValue->Value[2]);              RTNCmd.time = *(double *)(RTNValue->Value[2]);
             printf("RTNCMD: name %s, time %f\n", RTNCmd.name, RTNCmd.time);              LOG(llevDebug, "RTNCMD: name %s, time %f\n", RTNCmd.name, RTNCmd.time);
             return &RTNCmd;              return &RTNCmd;
         };          };
     };      };


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:42