client: Add interactive mode support
authorTudor Marcu <tudor.a.marcu@intel.com>
Wed, 12 Sep 2012 22:05:56 +0000 (15:05 -0700)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 14 Sep 2012 13:32:00 +0000 (16:32 +0300)
commit713085354f3abcf2db65b499506042af1b651d52
tree50a31f674c8b52b46148a81507f9c1de4ea39cda
parentcfcb41b997d17e047ae2fa6e356babccca140f3b
client: Add interactive mode support

When the client is started with the 'interactive' option, it drops
into interactive shell mode. The interactive commands are handled
using readline. All of the commands (except interactive) can be
used in this mode.
client/interactive.c [new file with mode: 0644]
client/interactive.h [new file with mode: 0644]