Hi,

                I am using create-dataset approach to instrument my
tables. For tables which are creatable ( has row status defined ) I am
setting 
                                           table_set->allow_creation =
1;
                to enable auto-create & delete.

                For some tables I don't want to use auto-create & delete
feature, but my sub handler should be invoked for create and delete
queries.  Is there a way to do so?

                I had tried setting to zero ( table_set->allow_creation
= 0; ) but my sub handler is not invoked, create request was rejected
with error noCreation. Since most of the tables uses auto-creation , I
can't go for other approach ( like iterator ) for few tables. Please
help me to disable auto-creation & deletion support in create-dataset.

-
Santhosh

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to