inspect: Move readline() loop into the GLib main loop
authorPhilip Withnall <philip@tecnocode.co.uk>
Fri, 13 Jan 2012 16:29:22 +0000 (16:29 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 26 Mar 2012 12:08:30 +0000 (13:08 +0100)
commit75c7fb1803a27a608d75ffda41306ef9082aa01c
tree98020b5af1ea21e5d7569ca6f0d879e8f3941fd7
parent0010985fe858635b1ba059cdfa1b4d5e2468dd4a
inspect: Move readline() loop into the GLib main loop

The readline() loop is more pain than it’s worth, so we now use readline’s
callback interface for command line handling, allowing us to use a single
main loop and a single thread for both the aggregator and readline.

This should make signal handling a lot easier.

Note that this bumps our Vala requirement from 0.15.1 to 0.15.2.
configure.ac
tools/inspect/inspect.vala