diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 18:18:26 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 18:18:26 +0000 |
commit | e81bad456aa55af8b0cb31d2ffeb0672ff0c6bbf (patch) | |
tree | 2330a8e8d362ae33a4a83d92be789c01a9dabd61 /include/connection.h | |
parent | 3345b6c0dc26bf5f5ab848a22b9b5f2887e51574 (diff) |
Added calls to sched_yield() to cut down processor usage - won't work in *bsd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@635 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index c74a494b1..0d9bdb683 100644 --- a/include/connection.h +++ b/include/connection.h @@ -151,7 +151,7 @@ class ircd_connector : public classbase /** Class packet is deprecated. * This declaration is preserved here to maintain documentation only. */ -class packet +class packet : public classbase { }; |