Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
33e8d6f4
Commit
33e8d6f4
authored
Oct 14, 2013
by
mattijs
Browse files
STYLE: fileMonitor: initialise variable
parent
48be156f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OSspecific/POSIX/fileMonitor.C
View file @
33e8d6f4
...
...
@@ -133,7 +133,8 @@ namespace Foam
//- initialise inotify
inline
fileMonitorWatcher
(
const
bool
useInotify
,
const
label
sz
=
20
)
:
useInotify_
(
useInotify
)
useInotify_
(
useInotify
),
inotifyFd_
(
-
1
)
{
if
(
useInotify_
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment