added rrdtool plugin

This commit is contained in:
roberto@debian32
2011-10-27 09:26:59 +02:00
parent 013ad3044d
commit 55a7911611
7 changed files with 217 additions and 2 deletions
+3
View File
@@ -1162,6 +1162,9 @@ PyObject *py_uwsgi_mule_msg(PyObject * self, PyObject * args) {
return NULL;
}
if (uwsgi.mules_cnt < 1)
return PyErr_Format(PyExc_ValueError, "no mule configured");
if (mule_obj == NULL) {
len = write(uwsgi.shared->mule_queue_pipe[0], message, message_len);
if (len <= 0) {