version 1.40 | | version 1.41 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/*****************************************************************************/ | | /*****************************************************************************/ |
| | |
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; |
}; | | }; |
}; | | }; |