Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
076f382f
Commit
076f382f
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Module: Remove some unused members of a structure
parent
917dbc85
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs
+1
-1
1 addition, 1 deletion
configs
sched/module/mod_procfs.c
+1
-6
1 addition, 6 deletions
sched/module/mod_procfs.c
with
2 additions
and
7 deletions
configs
@
2d03a724
Subproject commit
4a56b7ba643607bbfadaef3628a7322b64
2ff
a3
f
Subproject commit
2d03a7241ae1347d12f69005c3fc3d98c5
2ff
fb
f
This diff is collapsed.
Click to expand it.
sched/module/mod_procfs.c
+
1
−
6
View file @
076f382f
...
...
@@ -87,12 +87,7 @@ struct modprocfs_file_s
size_t
remaining
;
/* Space remaining in user buffer */
size_t
totalsize
;
/* Total size returned by read() */
off_t
offset
;
/* Offset skip on output */
/* Line buffer */
uint8_t
lineno
;
/* Line number */
uint8_t
linesize
;
/* Number of valid characters in line[] */
char
line
[
MOD_LINELEN
];
/* Pre-allocated buffer for formatted lines */
char
line
[
MOD_LINELEN
];
/* Buffer for line formatting */
};
/****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment