about summary refs log tree commit diff
path: root/cli/btpd_if.h
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-02-09 21:59:22 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-02-09 21:59:22 +0000
commitce067525263da9ea08a984b60ba1b1ddfe590179 (patch)
treef8289ca12e6aa9c599e2e4fae9610a34f530f6c6 /cli/btpd_if.h
parent19b4bf192b5cb5449957c8beece7599e2d96113b (diff)
downloadbtpd-ce067525263da9ea08a984b60ba1b1ddfe590179.tar.gz
btpd-ce067525263da9ea08a984b60ba1b1ddfe590179.zip
Include the info hash in the tpstat structure.
Diffstat (limited to 'cli/btpd_if.h')
-rw-r--r--cli/btpd_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/btpd_if.h b/cli/btpd_if.h
index 8c35cc7..b7096aa 100644
--- a/cli/btpd_if.h
+++ b/cli/btpd_if.h
@@ -19,6 +19,7 @@ enum ipc_code {
 struct btstat {
     unsigned ntorrents;
     struct tpstat {
+        uint8_t *hash;
         char *name;
         enum torrent_state state;