Displaying 2 results from an estimated 2 matches for "msg_format".
Did you mean:
msm_format
2015 Jan 25
1
Indexing Mail faster
Thomas Leuxner:
> namespace {
> location = virtual:~/mdbox/virtual
> prefix = Virtual/
> separator = /
> }
>
> $ cat virtual/Flagged/dovecot-virtual
> *
> Public/*
> flagged
once setup correctly it works like expected :-)
> Another example, the one I used in the original reply, is 'gluing'
> together archives as a single view:
>
> $
2005 Jun 07
8
[PATCH] add dom0 vcpu hotplug control
...(req)
diff -urN a/tools/python/xen/xend/server/messages.py b/tools/python/xen/xend/server/messages.py
--- a/tools/python/xen/xend/server/messages.py 2005-06-06 22:05:28.000000000 -0500
+++ b/tools/python/xen/xend/server/messages.py 2005-06-07 16:51:43.125336730 -0500
@@ -309,6 +309,24 @@
msg_formats.update(mem_request_formats)
#============================================================================
+# Domain vcpu hotplug message.
+#============================================================================
+
+CMSG_VCPU_HOTPLUG = 10
+CMSG_VCPU_HOTPLUG_OFF = 0
+CMSG_VCPU_HOTPLUG_ON...