summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-23 02:36:16 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-23 02:36:57 +0200
commit6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8 (patch)
treed29336f53600dc56bed1bcf353925fb084027974 /src
parent789495e5a2df4000fe027b5df4ba52060d907796 (diff)
downloadfastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.tar
fastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.zip
More documentation
Diffstat (limited to 'src')
-rw-r--r--src/fastd.h4
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) ({ \