summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 958f777)
raw | patch | inline | side by side (parent: 958f777)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 5 Aug 2016 11:42:49 +0000 (13:42 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 5 Aug 2016 11:42:49 +0000 (13:42 +0200) |
src/collectd-python.pod | patch | blob | history |
index 773a6cd4b7919b1d950794c63b49dc401e43a4c1..77f3497b6b924f2515f3896ff0584aec39b2806c 100644 (file)
--- a/src/collectd-python.pod
+++ b/src/collectd-python.pod
To register those functions with collectd:
- collectd.register_read(read);
- collectd.register_write(write);
+ collectd.register_read(read)
+ collectd.register_write(write)
See the section L<"CLASSES"> above for a complete documentation of the data
types used by the read, write and match functions.