X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.c;h=ab2cc74d3c1720893e754ea0efaa14e9b8eb478f;hb=1bd959037dedcabf2b541f03c2bf51d179fe312f;hp=dd0d1bcd14c3cc7ba75c6b67f38d6cc3ec107fe6;hpb=abfb661f35e99e99c09a94d84839356d905af080;p=paraslash.git diff --git a/afs.c b/afs.c index dd0d1bcd..ab2cc74d 100644 --- a/afs.c +++ b/afs.c @@ -292,10 +292,10 @@ out: * \param result_handler See \ref send_callback_request. * \param private_result_data See \ref send_callback_request. * - * Some commands have a couple of options that are parsed in child context for - * syntactic correctness and are stored in a special options structure for that - * command. This function allows to pass such a structure together with a list - * of further arguments (often a list of audio files) to the parent process. + * Some command handlers pass command-specific options to a callback, together + * with a list of further arguments (often a list of audio files). This + * function allows to pass an arbitrary structure (given as an osl object) and + * a usual argument vector to the specified callback. * * \return The return value of the underlying call to \ref * send_callback_request(). @@ -773,7 +773,7 @@ static void register_signal_task(struct sched *s) static struct list_head afs_client_list; -/** Describes on connected afs client. */ +/** Describes one connected afs client. */ struct afs_client { /** Position in the afs client list. */ struct list_head node;