NetworkManager/examples
Lubomir Rintel 9c0db98094 Revert "example/python: avoid falling back to CLOCK_MONOTONIC"
This breaks client tests on avery old kernel (2.6.32, RHEL 6).

  Traceback (most recent call last):
    File "./clients/tests/test-client.py", line 699, in setUp
      self.srv = NMStubServer(self._testMethodName)
    File "./clients/tests/test-client.py", line 309, in __init__
      start = nmex.nm_boot_time_ns()
    File "/builddir/build/BUILD/NetworkManager-1.11.4/examples/python/nmex.py", line 54, in nm_boot_time_ns
      return sys_clock_gettime_ns(CLOCK_BOOTTIME)
    File "/builddir/build/BUILD/NetworkManager-1.11.4/examples/python/nmex.py", line 50, in sys_clock_gettime_ns
      return _sys_clock_gettime_ns(clock_id)
    File "/builddir/build/BUILD/NetworkManager-1.11.4/examples/python/nmex.py", line 39, in f
      raise OSError(errno_, os.strerror(errno_))
  OSError: [Errno 22] Invalid argument

This reverts commit 119e828dbe.
2018-06-15 08:36:22 +02:00
..
C all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
dispatcher build: merge "examples/Makefile.am" into toplevel Makefile 2016-10-21 17:37:57 +02:00
js examples/js: add a javascript example 2017-11-06 11:47:05 +01:00
lua/lgi build: merge "examples/Makefile.am" into toplevel Makefile 2016-10-21 17:37:57 +02:00
nm-conf.d examples: add ipv4.dhcp-client-id and ipv6.dhcp-duid to 30-anon.conf example 2018-06-12 14:45:40 +02:00
python Revert "example/python: avoid falling back to CLOCK_MONOTONIC" 2018-06-15 08:36:22 +02:00
ruby build: merge "examples/Makefile.am" into toplevel Makefile 2016-10-21 17:37:57 +02:00
shell all: drop trailing spaces 2018-02-07 13:32:04 +01:00