Ticket #2048 (closed bug: invalid)
get_team_info() does not work properly
| Reported by: | mmadia | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | - General | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: | #2999 |
Description
the function get_team_info() is used by im_kit's im_server, specifically in Server::UnloadAddons()
im_kit's svn: http://www.beclan.org/svn/repos/imkit/server/im_server.cpp code snippet:
while (info.thread_count > (protoCount + 1)) {
get_team_info(info.team, &info); snooze(20000);
}
Change History
Note: See
TracTickets for help on using
tickets.
