Commit 8cacaaa9 authored by Dominik Charousset's avatar Dominik Charousset

Add resolve_atom constant

parent a72c2425
...@@ -116,6 +116,9 @@ using get_atom = atom_constant<atom("get")>; ...@@ -116,6 +116,9 @@ using get_atom = atom_constant<atom("get")>;
/// Used for request operations. /// Used for request operations.
using put_atom = atom_constant<atom("put")>; using put_atom = atom_constant<atom("put")>;
/// Used for signalizing resolved paths.
using resolve_atom = atom_constant<atom("resolve")>;
/// Used for signalizing updates, e.g., in a key-value store. /// Used for signalizing updates, e.g., in a key-value store.
using update_atom = atom_constant<atom("update")>; using update_atom = atom_constant<atom("update")>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment