diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-23 02:36:16 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-23 02:36:57 +0200 |
commit | 6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8 (patch) | |
tree | d29336f53600dc56bed1bcf353925fb084027974 /src/fastd.h | |
parent | 789495e5a2df4000fe027b5df4ba52060d907796 (diff) | |
download | fastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.tar fastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.zip |
More documentation
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) ({ \ |