Navigation


Changeset 528:1b3b9790e7cb in freeDiameter for extensions/app_acct/app_acct.h


Ignore:
Timestamp:
Sep 3, 2010, 4:46:16 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Add a new field in the app_acct.fdx database to receive the name of the local server.

Update your existing tables with the following SQL command:
ALTER TABLE "incoming" ADD "recorded_serv" bytea NOT NULL;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/app_acct.h

    r285 r528  
    7575        char            *tablename;     /* the name of the table we are working with */
    7676        char            *tsfield;       /* the name of the timestamp field, or NULL if not required */
     77        char            *srvnfield;     /* the name of the server name field, or NULL if not required */
    7778};
    7879
Note: See TracChangeset for help on using the changeset viewer.