diff extensions/app_acct/app_acct.h @ 528:1b3b9790e7cb

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;
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 03 Sep 2010 16:46:16 +0900
parents 0daf6fc2b751
children 4a9f08d6b6ba
line wrap: on
line diff
--- a/extensions/app_acct/app_acct.h	Wed Sep 01 16:49:02 2010 +0900
+++ b/extensions/app_acct/app_acct.h	Fri Sep 03 16:46:16 2010 +0900
@@ -74,6 +74,7 @@
 	char		*conninfo;	/* the connection string to the database, that is passed as is to the database library */
 	char 		*tablename;	/* the name of the table we are working with */
 	char 		*tsfield;	/* the name of the timestamp field, or NULL if not required */
+	char 		*srvnfield;	/* the name of the server name field, or NULL if not required */
 };
 
 /* A successfully parsed Accounting-Request produces a list of these: */
"Welcome to our mercurial repository"