diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-13 16:00:07 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-13 16:00:07 +0800 |
commit | 9671494643c68203da5fcf777a3c61720d29000a (patch) | |
tree | bbdcf044d7dcbbd172f6f0a2ed65316e7b981565 /include | |
parent | 8601b22b64b7f524e299773a6915bbedb5f78ab4 (diff) | |
download | pttbbs-9671494643c68203da5fcf777a3c61720d29000a.tar pttbbs-9671494643c68203da5fcf777a3c61720d29000a.tar.gz pttbbs-9671494643c68203da5fcf777a3c61720d29000a.tar.bz2 pttbbs-9671494643c68203da5fcf777a3c61720d29000a.tar.lz pttbbs-9671494643c68203da5fcf777a3c61720d29000a.tar.xz pttbbs-9671494643c68203da5fcf777a3c61720d29000a.tar.zst pttbbs-9671494643c68203da5fcf777a3c61720d29000a.zip |
WARNING: THIS PATCHSET CHANGED SHM STRUCTURE. PLEASE READ UPDATING CAREFULLY.
- (internal) change IP/from sorting mechanism.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4307 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index bfb3453d..b4873c67 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -328,7 +328,7 @@ typedef struct userinfo_t { char userid[IDLEN + 1]; char nickname[24]; char from[27]; /* machine name the user called in from */ - int from_alias; + in_addr_t from_ip; // was: int from_alias; char sex; char nonuse[4]; /* |