From 6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 23 May 2014 02:36:16 +0200 Subject: More documentation --- src/fastd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/fastd.h b/src/fastd.h index 35dbe24..232778d 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -330,6 +330,10 @@ static inline void fastd_setnonblock(int fd) { /** Returns a pointer to a data structure, given the address of a member contained in the structure + @param ptr the address of the member + @param type the type of the container + @param member the name of the member + \hideinitializer */ #define container_of(ptr, type, member) ({ \ -- cgit v1.2.3