]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Moved the contents of the mainloop into a function called InspIRCd::DoOneIteration().
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 26 Feb 2006 19:53:25 +0000 (19:53 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 26 Feb 2006 19:53:25 +0000 (19:53 +0000)
commit65d0d4fb366ef527f7bde471fc809d48fc26ccf2
treec891e2dc3666124df1e83fb8ba4f7967322ca32a
parentfabddb3eadde22a8b4a35e44d159a94cfe9580fd
Moved the contents of the mainloop into a function called InspIRCd::DoOneIteration().
We can then use this to 'yield' if incoming server text is taking too long to process

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3342 e03df62e-2008-0410-955e-edbf42e46eb7
include/inspircd.h
src/inspircd.cpp