/[LeafOK_CVS]/innwebd/controld.h
ViewVC logotype

Diff of /innwebd/controld.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Sat Jul 3 05:35:07 2004 UTC Revision 1.7 by sysadm, Fri Apr 11 17:14:49 2008 UTC
# Line 1  Line 1 
1  /*******************************************************/  /*******************************************************/
2  /*                                                     */  /*                                                     */
3  /*  LeafOK Innd                                        */  /*  LeafOK Innbbsd                                     */
 /*  Copyright (C) LeafOK.com, 2003-2004                */  
4  /*                                                     */  /*                                                     */
5  /*  Programmed by Leaf                                 */  /*  Copyright (C) LeafOK.com, 2003-2008                */
 /*  E-mail:leaf@leafok.com  QQ:6049044                 */  
6  /*                                                     */  /*                                                     */
7  /*  http://bbs.leafok.com                              */  /*  http://www.leafok.com                              */
 /*  http://bbs.leafok.net                              */  
 /*  http://bbs.fenglin.info                            */  
8  /*                                                     */  /*                                                     */
9  /*******************************************************/  /*******************************************************/
10    
# Line 34  public: Line 30  public:
30          void StartupDelay(void);          void StartupDelay(void);
31          void StartupChild(void);          void StartupChild(void);
32          void ShutdownChild(void);          void ShutdownChild(void);
33            int InitThreadPool(void);
34            int CleanupThreadPool(void);
35  private:  private:
36          static bool thread_terminate;          static bool thread_terminate;
37          bool bbsd_startup;          bool bbsd_startup;
# Line 43  private: Line 41  private:
41          int Accept(void);          int Accept(void);
42          controld* new_client(void);          controld* new_client(void);
43          int db_env_init(void);          int db_env_init(void);
44            bool check_priv(void);
45  };  };


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1