daemon-windows: Rename service variables.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 14 Apr 2014 19:57:53 +0000 (12:57 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 22 Apr 2014 22:17:44 +0000 (15:17 -0700)
commit69b17834a47300d13e86c680f03800d107ab9b1e
treef4cc0f70ba1074273565b49492538c0426cbe82a
parente3f512b07c11de6b297050bb969fd0d8a07f9357
daemon-windows: Rename service variables.

Sa far, we are using variable 'detach' to indicate whether the option
"--service" has been set. We were using variable 'detached' to indicate that
the daemon is being called from the Windows services manager.

An upcoming commit introduces command line option "--detach" for daemons
running on Windows. This will cause confusion with variable names.
Therefore, rename the variables.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/daemon-windows.c