~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/daemon.h

  • Committer: Brian Aker
  • Date: 2011-07-18 17:13:07 UTC
  • mto: (2392.1.1 drizzle-autoconf)
  • mto: This revision was merged to the branch mainline in revision 2399.
  • Revision ID: brian@tangent.org-20110718171307-3ya21g8ntq16qrsq
This shifts the closing of the socket to after we know that no errors are going to occur.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
namespace drizzled
37
37
{
38
38
 
39
 
bool daemonize(bool nochdir= true, bool noclose= true, bool wait_sigusr1= true);
 
39
bool daemonize();
40
40
void daemon_is_ready();
41
41
 
42
42
}