Skip to content
Snippets Groups Projects
Commit 5870ce25 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=16205

add doxygen doc for new field.
parent 6d23e408
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ struct osc_creator { ...@@ -35,6 +35,9 @@ struct osc_creator {
obd_id oscc_last_id;//last available pre-created object obd_id oscc_last_id;//last available pre-created object
obd_id oscc_next_id;// what object id to give out next obd_id oscc_next_id;// what object id to give out next
int oscc_grow_count; int oscc_grow_count;
/**
* Limit oscc_grow_count value, can be changed via proc fs
*/
int oscc_max_grow_count; int oscc_max_grow_count;
struct obdo oscc_oa; struct obdo oscc_oa;
int oscc_flags; int oscc_flags;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment