From: Wilfried Goesgens Date: Sun, 25 Dec 2011 16:45:57 +0000 (+0100) Subject: Refactoring: create central place to init AsyncIO X-Git-Tag: v8.11~280 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=7cced4381b0497cf3d99a489bbb1a4f5375ded32;hp=7cced4381b0497cf3d99a489bbb1a4f5375ded32;p=citadel.git Refactoring: create central place to init AsyncIO - set the CC in the Queue Runners, so InitIOStruct() can use that - call InitIOStruct() to reduce duplicate code - InitIOStruct(): a central place knowing whats needed to be inside of AsyncIO. ---