1 Implement the new protocol and export names. With export names it
2 should be possible to have multiple plugins on the command line (each
3 responding to a different export of course):
5 nbdkit --export /foo plugin.so --export /bar another-plugin.so
7 Note it should also be possible to either elect one plugin as the
8 default that accepts all exportnames, or to divide the export name
9 "space" up using regexps or wildcards.