X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=b8acb53a9ffa2782e8fc0421a9a01f5642347eed;hp=9ae0650a2955f6683a94428df47ae2d6c836817e;hb=de9a70360fcd3b5285d280ad1f229f679d453603;hpb=923478d229dc412db2f2c7520b1a8f1b6abc89c1 diff --git a/afs.c b/afs.c index 9ae0650a..b8acb53a 100644 --- a/afs.c +++ b/afs.c @@ -1175,6 +1175,16 @@ int com_check(int fd, int argc, char * const * const argv) return 1; } +/** + * The afs event dispatcher. + * + * \param event Type of the event. + * \param pb May be \p NULL. + * \param data Type depends on \a event. + * + * This function calls the table handlers of all tables and passes \a pb and \a + * data verbatim. It's up to the handlers to interpret the \a data pointer. + */ void afs_event(enum afs_events event, struct para_buffer *pb, void *data) {