Changeset 355:1ae3f2c28737 in freeDiameter for freeDiameter/tests/testappacct.c
- Timestamp:
- Jun 30, 2010, 11:24:15 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freeDiameter/tests/testappacct.c
r287 r355 109 109 acct_config->conninfo = strdup(TEST_CONNINFO); 110 110 acct_config->tablename = strdup(TABLE); 111 acct_config->tsfield = strdup(" ts");111 acct_config->tsfield = strdup("recorded_on"); 112 112 CHECK( 0, add_avp_in_conf(strdup("Session-Id"), 0) ); 113 113 CHECK( 0, add_avp_in_conf(strdup("Accounting-Record-Type"), 0) ); … … 129 129 130 130 res = PQexec(conn, "CREATE TABLE " TABLE " ( " 131 " tstimestamp with time zone NOT NULL, "131 " recorded_on timestamp with time zone NOT NULL, " 132 132 " \"Accounting-Record-Type\" integer, " 133 133 " \"Session-Id\" bytea, "
Note: See TracChangeset
for help on using the changeset viewer.