]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
Make sure CAPAB always comes before SERVER on either side of the link at all times
[user/henk/code/inspircd.git] / include / socketengine.h
index 6f5d4131ba06e8c814b08bde67e70ea32a0209a7..3acc7bd4fe8dadb605f7e9521197888e5145be84 100644 (file)
@@ -69,6 +69,7 @@ class CoreExport EventHandler : public Extensible
         */
        int fd;
  public:
+
        /** Get the current file descriptor
         * @return The file descriptor of this handler
         */
@@ -169,6 +170,11 @@ protected:
        EventHandler* ref[MAX_DESCRIPTORS];
 public:
 
+       double TotalEvents;
+       double ReadEvents;
+       double WriteEvents;
+       double ErrorEvents;
+
        /** Constructor.
         * The constructor transparently initializes
         * the socket engine which the ircd is using.