commit | ef7fa37f2d0b949b5afb1f326187e4f023d86c25 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Wed Mar 28 02:05:36 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:31:41 2012 +0200 |
tree | 33592025e2cde4eb8f2000653fa4b13e750e0d12 | |
parent | 9282254e29896366ea354b930b06f9defebbd041 [diff] [blame] |
Add CBS_FAIL to enum callback_status
diff --git a/proc.h b/proc.h index 949bbe7..84241bf 100644 --- a/proc.h +++ b/proc.h
@@ -38,6 +38,8 @@ enum callback_status { CBS_STOP, /* The iteration should stop. */ CBS_CONT, /* The iteration should continue. */ + CBS_FAIL, /* There was an error. The iteration should stop + * and return error. */ }; struct event_handler {