Rev 4542 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4542 | Rev 4601 | ||
---|---|---|---|
Line 736... | Line 736... | ||
736 | 736 | ||
737 | /** Initialize the async framework. |
737 | /** Initialize the async framework. |
738 | * |
738 | * |
739 | * @return Zero on success or an error code. |
739 | * @return Zero on success or an error code. |
740 | */ |
740 | */ |
741 | int _async_init(void) |
741 | int __async_init(void) |
742 | { |
742 | { |
743 | if (!hash_table_create(&conn_hash_table, CONN_HASH_TABLE_CHAINS, 1, |
743 | if (!hash_table_create(&conn_hash_table, CONN_HASH_TABLE_CHAINS, 1, |
744 | &conn_hash_table_ops)) { |
744 | &conn_hash_table_ops)) { |
745 | printf("%s: cannot create hash table\n", "async"); |
745 | printf("%s: cannot create hash table\n", "async"); |
746 | return ENOMEM; |
746 | return ENOMEM; |