~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/daemon.h

  • Committer: Brian Aker
  • Date: 2011-08-16 01:07:54 UTC
  • mfrom: (2363.1.8 drizzle-trunk)
  • mto: This revision was merged to the branch mainline in revision 2399.
  • Revision ID: brian@tangent.org-20110816010754-14sxcxr7r9jczh6a
Fixes for --help work.

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
}