diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-29 10:50:43 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-29 10:50:43 +0200 |
commit | caeefb4d96331d24b38e845c99d0517913a71671 (patch) | |
tree | a9dbfceba99190181f0d427fb98bb964031d9548 /src/irmd/api_table.h | |
parent | da0739d8dea1235a047095c08cfe67871c3c216e (diff) | |
parent | bb2e24baf3f05c03450defd4c22a8a1279698bb1 (diff) | |
download | ouroboros-caeefb4d96331d24b38e845c99d0517913a71671.tar.gz ouroboros-caeefb4d96331d24b38e845c99d0517913a71671.zip |
Merged in dstaesse/ouroboros/be-bugfixing (pull request #228)
Some fixes
Diffstat (limited to 'src/irmd/api_table.h')
-rw-r--r-- | src/irmd/api_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/api_table.h b/src/irmd/api_table.h index 0758fdb8..8741a86b 100644 --- a/src/irmd/api_table.h +++ b/src/irmd/api_table.h @@ -41,7 +41,7 @@ struct api_entry { pid_t api; char * apn; /* application process instantiated */ char * daf_name; /* DAF this AP-I belongs to */ - struct list_head names; /* names for which this api accepts flows */ + struct list_head names; /* names for which api accepts flows */ struct reg_entry * re; /* reg_entry for which a flow arrived */ |