diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-22 14:09:37 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-22 14:09:37 +0200 |
commit | 59822f2c393d553d43adb4a5eb8daf77609063f2 (patch) | |
tree | 6e53e461a18f78516ba12f6ca9670e7c7ce7584e /main.h | |
parent | 0ab2db678a2a79f624a74a51ac617110d9b4413e (diff) |
new threading code (part 2, usable)
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ struct contact_data
{
- list<string> msgs_to_tag, msgs_to_ignore, msgs_to_send;
+ list<string> msgs_to_send, msgs_to_pass;
string key_in_prescense;
};
|