improvement to restful API to store to IPC database partial entries, not yet functional (issue #297)

This commit is contained in:
Bernardo Damele
2013-02-03 11:31:05 +00:00
parent a92f1fb3b4
commit f8bc74758c
8 changed files with 61 additions and 37 deletions

View File

@@ -271,6 +271,6 @@ class CONTENT_TYPE:
OS_CMD = 23
REG_READ = 24
class API_CONTENT_STATUS:
class CONTENT_STATUS:
IN_PROGRESS = 0
COMPLETE = 1