Add host information to db entries (#1778)

Add new field to each db entry identifying the host
that it originated from.
This commit is contained in:
Sathish
2018-11-13 21:54:15 -08:00
committed by GitHub
parent f99fae3c61
commit 9fe210c454
3 changed files with 11 additions and 5 deletions

View File

@@ -123,6 +123,8 @@ extern crate sys_info;
extern crate tokio;
extern crate tokio_codec;
extern crate untrusted;
#[macro_use]
extern crate lazy_static;
#[cfg(test)]
#[macro_use]