------------------------------------------------------------
revno: 1636
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Mon 2014-06-09 09:40:06 +0100
message:
* Function header.
modified:
init/job.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-09 08:37:09 +0000
+++ init/job.c 2014-06-09 08:40:06 +0000
@@ -89,7 +89,19 @@
job_deserialise_kill_timer (json_object *json)
__attribute__ ((warn_unused_result));
-int
+static int
+job_destroy (Job *job);
+
+/**
+ * job_destroy:
+ *
+ * @job: Job.
+ *
+ * Called automatically when Job is being destroyed.
+ *
+ * Returns: 0 always.
+ **/
+static int
job_destroy (Job *job)
{
int i;
--
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/upstart-devel