delay loading the configuration until it's needed
authorDavid Zeuthen <davidz@redhat.com>
Fri, 24 Aug 2007 01:30:55 +0000 (21:30 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 24 Aug 2007 01:30:55 +0000 (21:30 -0400)
commit3b73f007910c5436828b4cecdd1e47eee40eaf0c
tree1777bdbeb448676ab846444d42a8b9c3d07ff05d
parent2816f794b5d52f496060d1f2d1d76c7bdf69dec0
delay loading the configuration until it's needed

This is especially good for saving CPU cycles as we may get a number
events from inotify and previously we kept reloading/parsing the
configuration file on every event.
polkit/polkit-context.c