diff options
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) ({ \ |