diff options
author | Adam <Adam@anope.org> | 2013-04-07 23:46:44 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-07 23:46:44 -0500 |
commit | fb7fef7a849342ab8463743497e781c5c3e6ae88 (patch) | |
tree | 5d230a68b6eed70c7b4f718410dd62fea779654c /include/access.h | |
parent | 36602224b8b1a11326a224779d16bcb12f0ed532 (diff) |
Optimizations of much of the more commonly used code
Diffstat (limited to 'include/access.h')
-rw-r--r-- | include/access.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/access.h b/include/access.h index ea2667774..f60625ad9 100644 --- a/include/access.h +++ b/include/access.h @@ -79,6 +79,8 @@ class CoreExport ChanAccess : public Serializable AccessProvider *provider; /* Channel this access entry is on */ Serialize::Reference<ChannelInfo> ci; + /* account this access entry is for, if any */ + Serialize::Reference<NickCore> nc; Anope::string mask; Anope::string creator; time_t last_seen; |