diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/daemons.h | 10 | ||||
-rw-r--r-- | include/pttstruct.h | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/include/daemons.h b/include/daemons.h index 7d6d6217..84168d11 100644 --- a/include/daemons.h +++ b/include/daemons.h @@ -51,6 +51,16 @@ typedef struct login_data } login_data; +/////////////////////////////////////////////////////////////////////// +// online friend relation daemon +// +typedef struct { + int index; // 在 SHM->uinfo[index] + int uid; // 避免在 cache server 上不同步, 再確認用. + int friendstat; + int rfriendstat; +} ocfs_t; + #endif // _BBS_DAEMONS_H // vim:et diff --git a/include/pttstruct.h b/include/pttstruct.h index c7a9d57e..200f66ff 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -658,13 +658,4 @@ typedef struct { char y; } Horder_t; -#ifdef UTMPD -typedef struct { - int index; // b SHM->uinfo[index] - int uid; // קKb cache server WPB, AT{. - int friendstat; - int rfriendstat; -} ocfs_t; -#endif - #endif |