diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-25 17:28:09 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-25 17:28:09 -0500 |
| commit | f7041112f179aa79b6e315e7d57afbf76d3cd8bb (patch) | |
| tree | c1c419845c0838ae15afe1da0cc54bf6447a760e /src/netcosm.h | |
| parent | 2a81620aa5b740d7f77aff8177a983b7492b8ea0 (diff) | |
| download | netcosm-f7041112f179aa79b6e315e7d57afbf76d3cd8bb.zip netcosm-f7041112f179aa79b6e315e7d57afbf76d3cd8bb.tar.gz netcosm-f7041112f179aa79b6e315e7d57afbf76d3cd8bb.tar.bz2 netcosm-f7041112f179aa79b6e315e7d57afbf76d3cd8bb.tar.xz | |
implement child lookup via hash table
Diffstat (limited to 'src/netcosm.h')
| -rw-r--r-- | src/netcosm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/netcosm.h b/src/netcosm.h index 94fa42f..c9c4a0f 100644 --- a/src/netcosm.h +++ b/src/netcosm.h @@ -116,9 +116,6 @@ struct child_data { char *user; struct in_addr addr; - - /* a linked list works well for this because no random-access is needed */ - struct child_data *next; }; /* the data we get from a world module */ |