Commit 9a650e34 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

thread: Add doxygen headers for spdk_thread and spdk_poller



They now show up as hyperlinks when referred to in the documentation.

Change-Id: Iff85b050a78de82ad84d82d32f7e80177e9a9b35
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470526


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 568f4d2b
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -47,10 +47,18 @@
extern "C" {
#endif

/**
 * A stackless, lightweight thread.
 */
struct spdk_thread;
struct spdk_io_channel_iter;

/**
 * A function repeatedly called on the same spdk_thread.
 */
struct spdk_poller;

struct spdk_io_channel_iter;

/**
 * A function that is called each time a new thread is created.
 * The implementor of this function should frequently call