diff options
| author | Stefan Boberg <[email protected]> | 2021-08-24 21:12:36 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-24 21:12:36 +0200 |
| commit | 7a295a8a4856a7ceb2f2fb335f5c52cdc1bafce1 (patch) | |
| tree | 451d2d6fd3345b52310dd83c8f96b68602d73a34 | |
| parent | Improved error handling for mesh broadcast (diff) | |
| download | zen-7a295a8a4856a7ceb2f2fb335f5c52cdc1bafce1.tar.xz zen-7a295a8a4856a7ceb2f2fb335f5c52cdc1bafce1.zip | |
trivial: Simple comment edit
| -rw-r--r-- | zenserver/sos/sos.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zenserver/sos/sos.h b/zenserver/sos/sos.h index f3e77e73e..283735cbd 100644 --- a/zenserver/sos/sos.h +++ b/zenserver/sos/sos.h @@ -6,6 +6,15 @@ #include <spdlog/spdlog.h> +/** Simple Object Store API + * + * Implements an API shared with Jupiter + * + * - Objects (compact binary), named and private + * - Blobs (unstructured binary), named and private + * + */ + class HttpCommonStructuredObjectStore : public zen::HttpService { public: |