chiark / gitweb /
systemd-python: split out realtime and monotonic into separate functions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Mar 2013 23:12:27 +0000 (19:12 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 22 Mar 2013 03:05:08 +0000 (23:05 -0400)
commit5e8ba1a4601bcff83e45d1f4f26081611c3c6f2a
tree2cf96d562b233fc17d88944754f095d01a358c15
parent1cdcd71be06a7f51012766d6b2f9e828b715f5e7
systemd-python: split out realtime and monotonic into separate functions

This matches the C API more closely, and also enables the
user to get just partial information, should she desire to
do so.

Functions names in error messages are modified to not include
the class name, because Python uses just the function name
into functions declared as METH_NOARGS, and error messages
were inconsistent.
src/python-systemd/_reader.c