X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.c;h=bcb95b2adc1740e1d87cdee8e1c8f0dcd556c8b2;hp=8f0b0773f1b9f0c0730bcb1448ce711c574a0c9e;hb=d5159713c13859a7d472625ddaa9f9cc4c546236;hpb=9eb63b3cb4a41707b6c01d81cef15acf1a757613 diff --git a/src/unit.c b/src/unit.c index 8f0b0773f..bcb95b2ad 100644 --- a/src/unit.c +++ b/src/unit.c @@ -735,9 +735,10 @@ fail: } /* Errors: - * -EBADR: This unit type does not support starting. - * -EALREADY: Unit is already started. - * -EAGAIN: An operation is already in progress. Retry later. + * -EBADR: This unit type does not support starting. + * -EALREADY: Unit is already started. + * -EAGAIN: An operation is already in progress. Retry later. + * -ECANCELED: Too many requests for now. */ int unit_start(Unit *u) { UnitActiveState state;