
Public Types | |
| enum | event_type { got_smsc, deliver, deliver_ack, http_request, http_response, submit, got_enquire_link } |
Data Fields | |
| enum Event::event_type | type |
| long | id |
| long | time |
| Connection * | conn |
| long | sequence_number |
| HTTPClient * | client |
| Octstr * | body |
|
|
Definition at line 101 of file test_smsc.c. 00101 {
00102 got_smsc,
00103 deliver,
00104 deliver_ack,
00105 http_request,
00106 http_response,
00107 submit,
00108 got_enquire_link
00109 } type;
|
|
|
Definition at line 118 of file test_smsc.c. Referenced by eq_create_http_request(), eq_create_submit(), eq_destroy_event(), eq_round_trip_time(), and httpd_emu_reply(). |
|
|
Definition at line 117 of file test_smsc.c. Referenced by eq_create_http_request(), and httpd_emu_reply(). |
|
|
Definition at line 113 of file test_smsc.c. Referenced by eq_create_event(), eq_create_submit(), and smsc_emu_submit_ack(). |
|
|
Definition at line 110 of file test_smsc.c. Referenced by eq_create_event(), and eq_log(). |
|
|
Definition at line 114 of file test_smsc.c. Referenced by eq_create_submit(), and smsc_emu_submit_ack(). |
|
|
Definition at line 111 of file test_smsc.c. Referenced by eq_create_event(), eq_log(), and smpp_emu_writer(). |
|
|
Referenced by eq_create_event(), eq_type(), n_messages_benchmark(), and sustained_level_benchmark(). |