------------------------------------------------------------
revno: 1626
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Wed 2014-06-04 13:52:06 +0100
message:
* Formatting and removed redundant FIXME.
modified:
init/job.c
init/job_process.c
--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk
Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'init/job.c'
--- init/job.c 2014-06-04 11:28:17 +0000
+++ init/job.c 2014-06-04 12:52:06 +0000
@@ -381,7 +381,8 @@
nih_assert (job != NULL);
/* We may not be blocked by any events when doing first
- * transition */
+ * transition.
+ */
nih_assert (job->blocker == NULL);
while (job->state != state) {
@@ -389,7 +390,8 @@
int unused;
/* If we got blocked during async spawns, stop
- * transitions */
+ * transitions.
+ */
if (job->blocker)
return;
=== modified file 'init/job_process.c'
--- init/job_process.c 2014-06-04 11:28:17 +0000
+++ init/job_process.c 2014-06-04 12:52:06 +0000
@@ -2487,7 +2487,6 @@
* job_process_terminated() called on it again later).
*/
switch (job->state) {
- /* FIXME: BUG: incomplete list of states!!!! */
case JOB_SECURITY_SPAWNING:
case JOB_PRE_STARTING:
case JOB_SPAWNING:
--
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/upstart-devel