Changeset - 6b3046fef006
[Not reviewed]
default
0 1 0
ethanzonca@zserver2 - 16 years ago 2010-01-01 17:14:46

Added a few TODO:'s
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -89,20 +89,20 @@ char *job_getserialfilename(struct gener
 

	
 
/* ********************** Functions ************************* */
 

	
 
/** Dumps all data in RAM to an xml file (such as current jobs, etc) which is parsed by start_data. Remember to invoke this before shutting down! */
 
/** Dumps all data in RAM to an xml file (such as current jobs, etc) which is parsed by start_data. Remember to invoke this before shutting down! @TODO: Fill this stub*/
 
int xml_dump()
 
{
 
  return 0;
 
}
 
/**
 
   Performs command stored in a client's request.
 
   Performs command stored in a client's request. @TODO: Fill stub
 
*/
 
int distrend_do()
 
{
 
  return 0;
 
}
 
/**
 
   Frees the action
 
   Frees the action. @TODO: Fill stub
 
*/
 
void distrend_action_free()
 
{
0 comments (0 inline, 0 general)