]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 May 2019 17:02:32 +0000 (13:02 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 May 2019 17:02:32 +0000 (13:02 -0400)
src/lib/unlang/xlat.c

index 4a2a295e1aff451543eac81daa5aa264be42eeb7..4fd001ce8e10d3a6825e374874d1ca75ff960621 100644 (file)
@@ -177,6 +177,7 @@ int unlang_xlat_event_timeout_add(REQUEST *request, fr_unlang_xlat_timeout_t cal
 /** Remove a pending timer
  *
  * @param[in] request  The current request.
+ * @param[in] ctx      that was provided to #unlang_xlat_event_timeout_add.
  * @return
  *     - 0 if there was a pending timer and it was removed.
  *      - -1 if there was no pending timer.