Changeset - c5636f3bd7d4
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-09-20 13:46:33
ohnobinki@ohnopublishing.net
distrenjob_remove() updated docs
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -367,9 +367,9 @@ struct distrenjob *distrenjob_get(struct
 

	
 

	
 
/**
 
   Removes a distrenjob from the distrenjob linked list.
 
   Removes a distrenjob from the distrenjob linked list. It does not free the distrenjob, however. You should do that with distrenjob_free() from distrenjob.h
 

	
 
   @arg head a double pointer. the head pointer will have to be changed if distrenjob == *head. Thus, make sure that the pointer points to the pointer to the head that all functions use. (I'm going to come back to this and misunderstand myself ;-))
 
   @arg head pointer to the head of the linkedlist of distrenjobs
 
 */
 
void distrenjob_remove(struct distrenjob *head, struct distrenjob *bj)
 
{
0 comments (0 inline, 0 general)